File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ jobs:
295
295
run : gon -log-level=debug -log-json "${{ env.GON_CONFIG_PATH }}"
296
296
297
297
- name : Zip output app bundle
298
- run : ditto -c -k --keepParent ArduinoCreateAgent.app/ ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip
298
+ run : ditto -c -k ArduinoCreateAgent.app/ ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip
299
299
300
300
- name : Remove gon used for code signing
301
301
run : |
@@ -455,10 +455,13 @@ jobs:
455
455
uses : actions/download-artifact@v3
456
456
with :
457
457
name : ArduinoCreateAgent.app_${{ matrix.arch }}_notarized
458
+ path : ArduinoCreateAgent.app
458
459
459
460
- name : unzip artifact
461
+ working-directory : ArduinoCreateAgent.app
460
462
run : |
461
463
unzip ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip
464
+ rm ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip
462
465
463
466
- name : Install create-dmg
464
467
run : brew install create-dmg
You can’t perform that action at this time.
0 commit comments