Skip to content

Commit

Permalink
remove top level dir it's already there thanks to `ditto --keepParent
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos committed Nov 7, 2023
1 parent 308243b commit 134d250
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,13 +455,10 @@ jobs:
uses: actions/download-artifact@v3
with:
name: ArduinoCreateAgent.app_${{ matrix.arch }}_notarized
path: ArduinoCreateAgent.app

- name: unzip artifact
working-directory: ArduinoCreateAgent.app
run: |
unzip ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip
rm ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip
- name: Install create-dmg
run: brew install create-dmg
Expand Down

0 comments on commit 134d250

Please sign in to comment.