Skip to content

Commit ef9221f

Browse files
committed
CI: generate sha512sums [no ci]
1 parent 391a3a0 commit ef9221f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,9 @@ jobs:
402402
echo -e "\n---\n\n<details><summary>SHA256SUMs</summary><br>\n\n\`\`\`" >> fastfetch-release-notes.md
403403
sha256sum fastfetch-*/* >> fastfetch-release-notes.md
404404
echo -e "\`\`\`\n</details>" >> fastfetch-release-notes.md
405+
echo -e "\n<details><summary>SHA512SUMs</summary><br>\n\n\`\`\`" >> fastfetch-release-notes.md
406+
sha512sum fastfetch-*/* >> fastfetch-release-notes.md
407+
echo -e "\`\`\`\n</details>" >> fastfetch-release-notes.md
405408
406409
- name: update release body
407410
if: needs.linux.outputs.ffversion != steps.get_version_release.outputs.release

0 commit comments

Comments
 (0)