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:
parent
0f07589008
commit
37df53f969
1 changed files with 1 additions and 1 deletions
2
.github/workflows/make_release.yml
vendored
2
.github/workflows/make_release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue