Skip to content

Commit

Permalink
ci: fix use 7z instead of zip for windows (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Apr 13, 2023
1 parent 64d8f69 commit 8db48a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
mkdir -p dist
zip -j dist/bendsql-${{ matrix.target }}.zip target/${{ matrix.target }}/release/bendsql.exe
7z a -tzip dist/bendsql-${{ matrix.target }}.zip target/${{ matrix.target }}/release/bendsql.exe
gh release upload ${{ github.ref_name }} dist/bendsql-${{ matrix.target }}.zip --clobber
distribution:
Expand Down

0 comments on commit 8db48a0

Please sign in to comment.