Skip to content

Commit

Permalink
FIX: Use 7zip for archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Dec 29, 2024
1 parent 5d8e7cc commit 68edb50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
push:
pull_request:
branches: [ v2.1 ]
branches: [v2.1]

jobs:
build:
Expand All @@ -32,7 +32,7 @@ jobs:
run: cargo build --release

- name: compress
run: tar -acf ${{ matrix.archive }} -C ./target/release/ ${{ matrix.binary }}
run: 7z ${{ matrix.archive }} ./target/release/${{ matrix.binary }}

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

0 comments on commit 68edb50

Please sign in to comment.