ci: attempt to fix gpg signing command

pull/10/head
sundowndev 2022-12-05 12:59:03 +04:00
parent db975d46fc
commit ed5a85be5f
1 changed files with 1 additions and 1 deletions

View File

@ -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"