Skip to content

Commit 7059a50

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
run: gon -log-level=debug -log-json "${{ env.GON_CONFIG_PATH }}"
296296

297297
- name: Zip output app bundle
298-
run: zip ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip ArduinoCreateAgent.app
298+
run: ditto -c -k --keepParent ArduinoCreateAgent.app/ ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip
299299

300300
- name: Remove gon used for code signing
301301
run: |

0 commit comments

Comments
 (0)