File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,9 @@ jobs:
246
246
name : ArduinoCreateAgent-osx
247
247
path : ArduinoCreateAgent-osx
248
248
249
+ - name : Make executable
250
+ run : chmod +x ArduinoCreateAgent-osx/ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.app/Contents/MacOS/*
251
+
249
252
- name : Import Code-Signing Certificates
250
253
uses : Apple-Actions/import-codesign-certs@v1
251
254
with :
@@ -284,9 +287,12 @@ jobs:
284
287
AC_USERNAME : ${{ secrets.AC_USERNAME }}
285
288
AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
286
289
290
+ - name : Tar files to keep permissions
291
+ run : tar -cvf ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.tar ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.dmg
292
+
287
293
- name : Upload artifacts
288
294
uses : actions/upload-artifact@v2
289
295
with :
290
296
name : ArduinoCreateAgent-osx
291
- path : ArduinoCreateAgent*.dmg
297
+ path : ArduinoCreateAgent*.tar
292
298
if-no-files-found : error
You can’t perform that action at this time.
0 commit comments