Skip to content

Commit

Permalink
try xz
Browse files Browse the repository at this point in the history
  • Loading branch information
keirlawson committed Jan 31, 2024
1 parent 1073119 commit ff00116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
name: ${{ env.DEB_NAME }}
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
- uses: actions/upload-artifact@v4
with:
name: ji-linux
Expand Down

0 comments on commit ff00116

Please sign in to comment.