We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca509f commit f21014fCopy full SHA for f21014f
.github/workflows/release.yml
@@ -283,7 +283,8 @@ jobs:
283
- name: tree debug
284
run: |
285
tree
286
- ls -lah ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.app/Contents/MacOS/*
+ ls -lah ArduinoCreateAgent-osx/ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.app/Contents/MacOS/*
287
+ pwd
288
289
- name: Code sign and notarize app
290
@@ -297,6 +298,7 @@ jobs:
297
298
299
300
ls -lah
301
302
303
- name: Tar files to keep permissions
304
run: tar -cvf ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.tar ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.dmg
0 commit comments