File tree 1 file changed +12
-13
lines changed
1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -80,22 +80,21 @@ jobs:
80
80
operating-system : [ubuntu-latest, windows-latest, macOS-latest]
81
81
82
82
include :
83
- - operating-system :
84
- ubuntu-latest :
85
- bowsers :
86
- - firefox
87
- - chrome
88
- install-builder-name : linux
89
- executable-path : artifacts/linux-386/
90
- - operating-system :
91
- windows-latest :
83
+ - operating-system : ubuntu-latest
84
+ bowsers :
85
+ - firefox
86
+ - chrome
87
+ install-builder-name : linux
88
+ executable-path : artifacts/linux-386/
89
+ - operating-system : windows-latest
90
+ browsers :
92
91
- firefox
93
92
- chrome
94
93
- edge
95
94
install-builder-name : windows
96
95
executable-path : artifacts/windows/
97
- - operating-system :
98
- macOS-latest :
96
+ - operating-system : macOS-latest
97
+ bowsers :
99
98
- firefox
100
99
- chrome
101
100
- safari
@@ -120,10 +119,10 @@ jobs:
120
119
path : ${{ matrix.executable-path }}
121
120
122
121
- name : Make executable
123
- run : chmod +x ${{ matrix.executable-path }}arduino-create-agent-${{ matrix.operating-system }}
122
+ run : chmod +x ${{ matrix.executable-path }}arduino-create-agent
124
123
125
124
- name : Rename executable to Arduino_Create_Bridge
126
- run : mv ${{ matrix.executable-path }}arduino-create-agent-${{ matrix.operating-system }} ${{ matrix.executable-path }}/Arduino_Create_Bridge
125
+ run : mv ${{ matrix.executable-path }}arduino-create-agent ${{ matrix.executable-path }}/Arduino_Create_Bridge
127
126
128
127
- name : Save license to file
129
128
run : echo "${{ secrets.INSTALLER_LICENSE }}" > /tmp/license.xml
You can’t perform that action at this time.
0 commit comments