Skip to content

Commit

Permalink
FIX: No actually make a zip tho
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Dec 29, 2024
1 parent 68edb50 commit 332ae98
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 @@ -32,7 +32,7 @@ jobs:
run: cargo build --release

- name: compress
run: 7z ${{ matrix.archive }} ./target/release/${{ matrix.binary }}
run: 7z a -tzip ${{ matrix.archive }} ./target/release/${{ matrix.binary }}

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

0 comments on commit 332ae98

Please sign in to comment.