From 7f630676c04363307a4939faa908ecd10ad74878 Mon Sep 17 00:00:00 2001 From: Alex Verner <119082209+Retengart@users.noreply.github.com> Date: Sat, 25 Jan 2025 00:27:59 +0300 Subject: [PATCH] sha256 beautification --- .github/workflows/build-linux.yml | 5 +++-- .github/workflows/build-macos.yml | 2 +- .github/workflows/build-windows.yml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) 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 }}