mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02:00
Update build-linux.yml: append_body = true
This commit is contained in:
parent
58c8cbb711
commit
5c9e6e82ec
1 changed files with 9 additions and 8 deletions
9
.github/workflows/build-linux.yml
vendored
9
.github/workflows/build-linux.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
|||
- "VERSION"
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -38,7 +39,7 @@ jobs:
|
|||
go build -v -ldflags="-s -w" -o Picocrypt Picocrypt.go
|
||||
env:
|
||||
CGO_ENABLED: 1
|
||||
GOAMD64: v2
|
||||
GOAMD64: v1
|
||||
|
||||
- name: Package as .deb
|
||||
run: |
|
||||
|
@ -85,7 +86,7 @@ jobs:
|
|||
Picocrypt.deb
|
||||
tag_name: ${{ env.VERSION }}
|
||||
make_latest: true
|
||||
append_body: true
|
||||
body: |
|
||||
**SHA256:**
|
||||
**Picocrypt ${{ env.CHECKSUM_PICOCRYPT }}
|
||||
**Picocrypt.deb ${{ env.CHECKSUM_DEB }}
|
||||
`sha256(Picocrypt) ${{ env.CHECKSUM_PICOCRYPT }}`
|
||||
`sha256(Picocrypt.deb) ${{ env.CHECKSUM_DEB }}`
|
||||
|
|
Loading…
Add table
Reference in a new issue