Remove unnecessary archive formats from release CI

This commit is contained in:
Keenan Tims 2023-11-16 21:31:14 -08:00
parent 67047ba9fc
commit 948e30ce00
Signed by: ktims
GPG Key ID: 11230674D69038D4

View File

@ -16,7 +16,7 @@ jobs:
- target: x86_64-pc-windows-gnu
archive: zip
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
archive: tar.gz
- target: x86_64-apple-darwin
archive: zip
steps: