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
17
.github/workflows/build-linux.yml
vendored
17
.github/workflows/build-linux.yml
vendored
|
@ -5,10 +5,11 @@ permissions:
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- "VERSION"
|
- "VERSION"
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -38,7 +39,7 @@ jobs:
|
||||||
go build -v -ldflags="-s -w" -o Picocrypt Picocrypt.go
|
go build -v -ldflags="-s -w" -o Picocrypt Picocrypt.go
|
||||||
env:
|
env:
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
GOAMD64: v2
|
GOAMD64: v1
|
||||||
|
|
||||||
- name: Package as .deb
|
- name: Package as .deb
|
||||||
run: |
|
run: |
|
||||||
|
@ -85,7 +86,7 @@ jobs:
|
||||||
Picocrypt.deb
|
Picocrypt.deb
|
||||||
tag_name: ${{ env.VERSION }}
|
tag_name: ${{ env.VERSION }}
|
||||||
make_latest: true
|
make_latest: true
|
||||||
|
append_body: true
|
||||||
body: |
|
body: |
|
||||||
**SHA256:**
|
`sha256(Picocrypt) ${{ env.CHECKSUM_PICOCRYPT }}`
|
||||||
**Picocrypt ${{ env.CHECKSUM_PICOCRYPT }}
|
`sha256(Picocrypt.deb) ${{ env.CHECKSUM_DEB }}`
|
||||||
**Picocrypt.deb ${{ env.CHECKSUM_DEB }}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue