Skip to content

Commit

Permalink
Fix Windows packaging compression
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Dec 13, 2021
1 parent 195c4b4 commit a6f45f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ jobs:
XZ_OPT: -9

- name: Package Windows release
shell: pwsh
working-directory: publish/Windows
run: tar -acvf ../WiFiSurveyor.$(echo ${{ github.ref }} | sed 's/refs\/tags\///').Windows.zip *
env:
GZIP_OPT: -9
run: Compress-Archive -Path * -DestinationPath ../WiFiSurveyor.$(echo ${{ github.ref }} | sed 's/refs\/tags\///').Windows.zip

- name: Create release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit a6f45f0

Please sign in to comment.