Also show Unix archives checksums in the workflow log

This can be useful if we need to double check that the checksums are
correct and is also consistent with the MSW archives.
This commit is contained in:
Vadim Zeitlin 2022-09-04 16:39:08 +02:00
parent 0f07589008
commit 37df53f969

View file

@ -36,7 +36,7 @@ jobs:
working-directory: distrib/release/${{ inputs.version }}
run: |
printf '\n# THESE CHECKSUMS MUST BE MOVED ABOVE!\n\n````' >> ../../../docs/release.md
sha1sum * >> ../../../docs/release.md
sha1sum * | tee -a ../../../docs/release.md
- name: Create Draft Release
# Note: use latest available (as of 2022-09-03) action version as v1