We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391a3a0 commit ef9221fCopy full SHA for ef9221f
.github/workflows/ci.yml
@@ -402,6 +402,9 @@ jobs:
402
echo -e "\n---\n\n<details><summary>SHA256SUMs</summary><br>\n\n\`\`\`" >> fastfetch-release-notes.md
403
sha256sum fastfetch-*/* >> fastfetch-release-notes.md
404
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
408
409
- name: update release body
410
if: needs.linux.outputs.ffversion != steps.get_version_release.outputs.release
0 commit comments