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"
|
run: cd "${OUTPUT}" && sha1sum "./"* | tee "hashes.sha1"
|
||||||
|
|
||||||
- name: Package Results
|
- 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
|
- name: Package Hash
|
||||||
run: sha1sum "${TARGET}.tar.zst"
|
run: sha1sum "${TARGET}.tar.zst"
|
||||||
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user