File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed
Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -80,22 +80,21 @@ jobs:
8080 operating-system : [ubuntu-latest, windows-latest, macOS-latest]
8181
8282 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 :
9291 - firefox
9392 - chrome
9493 - edge
9594 install-builder-name : windows
9695 executable-path : artifacts/windows/
97- - operating-system :
98- macOS-latest :
96+ - operating-system : macOS-latest
97+ bowsers :
9998 - firefox
10099 - chrome
101100 - safari
@@ -120,10 +119,10 @@ jobs:
120119 path : ${{ matrix.executable-path }}
121120
122121 - 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
124123
125124 - 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
127126
128127 - name : Save license to file
129128 run : echo "${{ secrets.INSTALLER_LICENSE }}" > /tmp/license.xml
You can’t perform that action at this time.
0 commit comments