mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02:00
Update build-macos.yml: append_body = true
This commit is contained in:
parent
5c9e6e82ec
commit
f89fc1f153
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-macos.yml
vendored
4
.github/workflows/build-macos.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
||||||
- "VERSION"
|
- "VERSION"
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -75,5 +76,6 @@ jobs:
|
||||||
Picocrypt.dmg
|
Picocrypt.dmg
|
||||||
tag_name: ${{ env.VERSION }}
|
tag_name: ${{ env.VERSION }}
|
||||||
make_latest: true
|
make_latest: true
|
||||||
|
append_body: true
|
||||||
body: |
|
body: |
|
||||||
**Picocrypt.dmg ${{ env.CHECKSUM_PICOCRYPT }}
|
`sha256(Picocrypt.dmg) ${{ env.CHECKSUM_PICOCRYPT }}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue