Skip to content

Commit 134d250

Browse files
committed
remove top level dir it's already there thanks to `ditto --keepParent
1 parent 308243b commit 134d250

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -455,13 +455,10 @@ jobs:
455455
uses: actions/download-artifact@v3
456456
with:
457457
name: ArduinoCreateAgent.app_${{ matrix.arch }}_notarized
458-
path: ArduinoCreateAgent.app
459458

460459
- name: unzip artifact
461-
working-directory: ArduinoCreateAgent.app
462460
run: |
463461
unzip ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip
464-
rm ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip
465462
466463
- name: Install create-dmg
467464
run: brew install create-dmg

0 commit comments

Comments
 (0)