Compare commits
No commits in common. "main" and "v0.0.2" have entirely different histories.
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 -cvf "${TARGET}.tar.zst" "${OUTPUT}/"*
|
run: tar --zstd --strip-components=3 -czvf "${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.zst"
|
files: "${{ matrix.target }}.tar.gz"
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user