Skip to content

Commit

Permalink
CI: remove path component from macOS release
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Jan 21, 2024
1 parent 1b99367 commit 4e8b603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
--onefile --nowindow --noconfirm \
--name beavertails
chmod +x dist/beavertails
zip -r beavertails_macOS.zip dist/beavertails
cd dist; zip -r beavertails_macOS.zip beavertails
- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: "beavertails_macOS.zip"
artifacts: "dist/beavertails_macOS.zip"
allowUpdates: True

0 comments on commit 4e8b603

Please sign in to comment.