From 37df53f969e3fae425e8015823b7cc50b91573ea Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 4 Sep 2022 16:39:08 +0200 Subject: [PATCH] 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. --- .github/workflows/make_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index 3c317a6981..af9a3d7c24 100644 --- a/.github/workflows/make_release.yml +++ b/.github/workflows/make_release.yml @@ -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