ci: attempt to fix gpg signing command
parent
db975d46fc
commit
ed5a85be5f
|
@ -11,7 +11,7 @@ before:
|
|||
- go generate ./...
|
||||
signs:
|
||||
- artifacts: checksum
|
||||
args: ["--no-tty", "--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]
|
||||
args: ["--use-agent", "--armor", "--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]
|
||||
signature: "${artifact}.gpg"
|
||||
builds:
|
||||
- id: "covermyass"
|
||||
|
|
Loading…
Reference in New Issue