Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1ac31860e8 | ||
|
52ded8567c |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
run: cd "${OUTPUT}" && sha1sum "./"* | tee "hashes.sha1"
|
||||
|
||||
- name: Package Results
|
||||
run: tar --zstd --strip-components=3 -czvf "${TARGET}.tar.zst" "${OUTPUT}/"*
|
||||
run: tar --zstd --strip-components=3 -cvf "${TARGET}.tar.zst" "${OUTPUT}/"*
|
||||
|
||||
- name: Package Hash
|
||||
run: sha1sum "${TARGET}.tar.zst"
|
||||
@ -62,5 +62,5 @@ jobs:
|
||||
tag_name: ${{ github.ref_type == 'tag' && github.ref_name || 'latest' }}
|
||||
prerelease: ${{ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user