diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 1bd1cc5..93c7e1d 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -86,5 +86,6 @@ jobs: tag_name: ${{ env.VERSION }} make_latest: true body: | - **Picocrypt sha256**: ${{ env.CHECKSUM_PICOCRYPT }} - **Picocrypt.deb sha256**: ${{ env.CHECKSUM_DEB }} + **SHA256:** + **Picocrypt ${{ env.CHECKSUM_PICOCRYPT }} + **Picocrypt.deb ${{ env.CHECKSUM_DEB }} diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 6d98f94..281b5c0 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -76,4 +76,4 @@ jobs: tag_name: ${{ env.VERSION }} make_latest: true body: | - **Picocrypt.dmg sha256**: ${{ env.CHECKSUM_PICOCRYPT }} + **Picocrypt.dmg ${{ env.CHECKSUM_PICOCRYPT }} diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 5b76173..e1eef1e 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -92,4 +92,4 @@ jobs: tag_name: ${{ env.VERSION }} make_latest: true body: | - **Picocrypt.exe sha256**: ${{ env.CHECKSUM_PICOCRYPT }} + **Picocrypt.exe ${{ env.CHECKSUM_PICOCRYPT }}