mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
Update On Tue Jul 2 20:34:19 CEST 2024
This commit is contained in:
4
yt-dlp/.github/workflows/build.yml
vendored
4
yt-dlp/.github/workflows/build.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user