[build] Print SHA sums to GHA logs (#9582)

Authored by: bashonly
pull/8638/head^2
bashonly 1 month ago committed by GitHub
parent 97362712a1
commit e8032503b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -467,8 +467,9 @@ jobs:
- name: Make SHA2-SUMS files
run: |
cd ./artifact/
sha256sum * > ../SHA2-256SUMS
sha512sum * > ../SHA2-512SUMS
# make sure SHA sums are also printed to stdout
sha256sum * | tee ../SHA2-256SUMS
sha512sum * | tee ../SHA2-512SUMS
- name: Make Update spec
run: |

Loading…
Cancel
Save