feat: include tarball checksums in releases
This commit is contained in:
parent
ec5bad3c26
commit
1cc9bc9bf6
2 changed files with 4 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -28,4 +28,6 @@ jobs:
|
||||||
body_path: docs/releases/${{ github.ref_name }}.md
|
body_path: docs/releases/${{ github.ref_name }}.md
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
files: libretime-*.tar.gz
|
files: |
|
||||||
|
libretime-*.tar.gz
|
||||||
|
sha256sums.txt
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -49,6 +49,7 @@ tarball: VERSION
|
||||||
libretime/SECURITY.md \
|
libretime/SECURITY.md \
|
||||||
libretime/VERSION
|
libretime/VERSION
|
||||||
mv ../libretime-*.tar.gz .
|
mv ../libretime-*.tar.gz .
|
||||||
|
sha256sum libretime-*.tar.gz > sha256sums.txt
|
||||||
|
|
||||||
# Only clean subdirs
|
# Only clean subdirs
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue