fix: gpg signature template

main v0.3.2
Raphaël 2021-07-08 11:05:44 +02:00 committed by GitHub
parent 8175b1d792
commit 85d17d6cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ before:
- go mod tidy
- go generate ./...
signs:
- signature: "${artifact}_SHA256SUMS.gpg"
- signature: "${artifact}.gpg"
artifacts: checksum
args: [ "--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}" ]
builds: