1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-03 10:39:12 +02:00

[build] Add permanent SHA sum annotations

Authored by: bashonly
This commit is contained in:
bashonly 2024-06-19 10:39:37 -05:00
parent 308f430075
commit dae1faada9
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

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