Add missing new line before the checksums
Just a minor cosmetic fix.
This commit is contained in:
parent
5b0518eddf
commit
0f6dfb6369
2
.github/workflows/make_release.yml
vendored
2
.github/workflows/make_release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user