fix: GPG signature template

main v0.3.1
Raphaël 2021-07-08 11:01:25 +02:00 committed by GitHub
parent 22ab4783d6
commit 8175b1d792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,7 @@ before:
- go mod tidy
- go generate ./...
signs:
- signature: "myproject_SHA256SUMS.gpg"
- signature: "${artifact}_SHA256SUMS.gpg"
artifacts: checksum
args: [ "--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}" ]
builds:
@ -35,8 +35,6 @@ archives:
format: binary
replacements:
armv6: arm
files:
- /tmp/myproject_SHA256SUMS.gpg
checksum:
name_template: '{{ .ProjectName }}_SHA256SUMS'
algorithm: sha256