mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02: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 }}
|
tag_name: ${{ env.VERSION }}
|
||||||
make_latest: true
|
make_latest: true
|
||||||
body: |
|
body: |
|
||||||
**Picocrypt sha256**: ${{ env.CHECKSUM_PICOCRYPT }}
|
**SHA256:**
|
||||||
**Picocrypt.deb sha256**: ${{ env.CHECKSUM_DEB }}
|
**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 }}
|
tag_name: ${{ env.VERSION }}
|
||||||
make_latest: true
|
make_latest: true
|
||||||
body: |
|
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 }}
|
tag_name: ${{ env.VERSION }}
|
||||||
make_latest: true
|
make_latest: true
|
||||||
body: |
|
body: |
|
||||||
**Picocrypt.exe sha256**: ${{ env.CHECKSUM_PICOCRYPT }}
|
**Picocrypt.exe ${{ env.CHECKSUM_PICOCRYPT }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue