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.
ditto
1 parent 06fc10e commit 7059a50Copy full SHA for 7059a50
.github/workflows/release.yml
@@ -295,7 +295,7 @@ jobs:
295
run: gon -log-level=debug -log-json "${{ env.GON_CONFIG_PATH }}"
296
297
- name: Zip output app bundle
298
- run: zip ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip ArduinoCreateAgent.app
+ run: ditto -c -k --keepParent ArduinoCreateAgent.app/ ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip
299
300
- name: Remove gon used for code signing
301
run: |
0 commit comments