Skip to content

Commit

Permalink
set archive file formats
Browse files Browse the repository at this point in the history
  • Loading branch information
annikahannig committed Aug 21, 2024
1 parent 30136e9 commit 5f9ad5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [x86_64-unknown-linux-musl]
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz tar.zst

steps:
- uses: actions/checkout@master
- name: Compile and release
Expand Down

0 comments on commit 5f9ad5c

Please sign in to comment.