ci: fix checksums file

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-08-14 22:29:57 +02:00
parent 8d12042f39
commit 0ec04058cd
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 7 additions and 3 deletions

View file

@ -195,6 +195,12 @@ jobs:
with:
name: compose
path: ${{ env.DESTDIR }}
-
name: Create checksums
working-directory: ${{ env.DESTDIR }}
run: |
find . -type f -print0 | sort -z | xargs -r0 shasum -a 256 -b | sed 's# .*/# #' > checksums.txt
shasum -a 256 -U -c checksums.txt
-
name: License
run: cp packaging/* ${{ env.DESTDIR }}/