Update On Tue Jul 2 20:34:19 CEST 2024

This commit is contained in:
github-action[bot]
2024-07-02 20:34:19 +02:00
parent 91fe520152
commit 55a38739d4
630 changed files with 55392 additions and 5173 deletions

View File

@@ -525,6 +525,10 @@ jobs:
# make sure SHA sums are also printed to stdout
sha256sum -- * | tee ../SHA2-256SUMS
sha512sum -- * | tee ../SHA2-512SUMS
# also print as permanent annotations to the summary page
while read -r shasum; do
echo "::notice title=${shasum##* }::sha256: ${shasum% *}"
done < ../SHA2-256SUMS
- name: Make Update spec
run: |