Skip to content

Commit

Permalink
CI: windows: compress with powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Jan 21, 2024
1 parent bf0a6d2 commit 9324841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
--collect-all pulp \
--onefile --nowindow --noconfirm \
--name beavertails.exe
cd dist; zip -r beavertails_win2019.zip beavertails.exe
cd dist; powershell Compress-Archive beavertails.exe beavertails_win2019.zip
- name: Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 9324841

Please sign in to comment.