Skip to content

Commit

Permalink
Add zstd source download option.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Sep 6, 2024
1 parent 81a5c86 commit 6b72cb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
- name: Tar source
run: tar -cvJf "${name}-${tag:1}.tar.xz" "${name}-${tag:1}"

- name: Tar source
run: tar --zstd -cvf "${name}-${tag:1}.tar.xz" "${name}-${tag:1}"

- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: release
Expand Down

0 comments on commit 6b72cb7

Please sign in to comment.