Add missing new line before the checksums

Just a minor cosmetic fix.
This commit is contained in:
Vadim Zeitlin 2023-02-13 16:03:02 +01:00
parent 5b0518eddf
commit 0f6dfb6369

View File

@ -35,7 +35,7 @@ jobs:
- name: Create Archives Checksums
working-directory: distrib/release/${{ inputs.version }}
run: |
printf '\n# THESE CHECKSUMS MUST BE MOVED ABOVE!\n\n````' >> ../../../docs/release.md
printf '\n# THESE CHECKSUMS MUST BE MOVED ABOVE!\n\n````\n' >> ../../../docs/release.md
sha1sum * | tee -a ../../../docs/release.md
- name: Create Draft Release