1 Commits

Author SHA1 Message Date
1ac31860e8 Fix archive name
All checks were successful
Automated Releases / automated-releases (x86_64-linux-musl) (push) Successful in 12m8s
Automated Releases / automated-releases (aarch64-linux-musl) (push) Successful in 11m4s
2025-05-21 15:27:14 -07:00

View File

@ -62,5 +62,5 @@ jobs:
tag_name: ${{ github.ref_type == 'tag' && github.ref_name || 'latest' }} tag_name: ${{ github.ref_type == 'tag' && github.ref_name || 'latest' }}
prerelease: ${{ github.ref_type != 'tag' }} prerelease: ${{ github.ref_type != 'tag' }}
generate_release_notes: ${{ github.ref_type == 'tag' }} generate_release_notes: ${{ github.ref_type == 'tag' }}
files: "${{ matrix.target }}.tar.gz" files: "${{ matrix.target }}.tar.zst"
fail_on_unmatched_files: true fail_on_unmatched_files: true