Skip to content

Commit

Permalink
add xz
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Apr 29, 2024
1 parent 64743bc commit 3a326d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ jobs:
- name: (BUILD) Build Binaries
run: yarn package

- name: (PACKAGE) Compress Binaries
run: |
cd dist
for BINARY in can2x-alpine-x64 can2x-linux-arm64 can2x-linux-x64
do
tar -cJf ${BINARY}.xz ${BINARY}
done
###################################################
#
# Release
Expand Down

0 comments on commit 3a326d2

Please sign in to comment.