feat: include tarball checksums in releases

This commit is contained in:
jo 2023-04-06 23:25:28 +02:00 committed by Kyle Robbertze
parent ec5bad3c26
commit 1cc9bc9bf6
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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: