Skip to content

Commit

Permalink
force xz
Browse files Browse the repository at this point in the history
  • Loading branch information
keirlawson committed Jan 31, 2024
1 parent ff00116 commit da9b4e9
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 @@ -30,8 +30,8 @@ jobs:
path: target/debian/${{ env.DEB_NAME }}
- name: Create binary archive
run: |
xz -vT0 target/release/ji
mv ji.xz ji-${{github.ref_name}}-X86_64-unknown-linux-gnu.xz
xz -vfT0 target/release/ji
mv target/release/ji.xz ./ji-${{github.ref_name}}-X86_64-unknown-linux-gnu.xz
- uses: actions/upload-artifact@v4
with:
name: ji-linux
Expand Down

0 comments on commit da9b4e9

Please sign in to comment.