mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2026-03-11 14:04:23 +00:00
sha256 beautification
This commit is contained in:
parent
a90754a67e
commit
7f630676c0
3 changed files with 5 additions and 4 deletions
5
.github/workflows/build-linux.yml
vendored
5
.github/workflows/build-linux.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
|
@ -76,4 +76,4 @@ jobs:
|
|||
tag_name: ${{ env.VERSION }}
|
||||
make_latest: true
|
||||
body: |
|
||||
**Picocrypt.dmg sha256**: ${{ env.CHECKSUM_PICOCRYPT }}
|
||||
**Picocrypt.dmg ${{ env.CHECKSUM_PICOCRYPT }}
|
||||
|
|
|
|||
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
|
|
@ -92,4 +92,4 @@ jobs:
|
|||
tag_name: ${{ env.VERSION }}
|
||||
make_latest: true
|
||||
body: |
|
||||
**Picocrypt.exe sha256**: ${{ env.CHECKSUM_PICOCRYPT }}
|
||||
**Picocrypt.exe ${{ env.CHECKSUM_PICOCRYPT }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue