From 87e3294f231ccd64f98048ced0054a1643e105a8 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Sat, 9 Jan 2021 17:47:58 +0100 Subject: [PATCH] fix openssl command Signed-off-by: Lukas Bachschwell --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4ef447d..6bf7617 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -36,7 +36,8 @@ signs: # args: ["-u", "", "--output", "${signature}", "--detach-sign", "${artifact}"] # # defaults to `["--output", "${signature}", "--detach-sign", "${artifact}"]` - args: ["dgst", "-sha256", "-sign", "privkey.pem", "${artifact}.sig", "${artifact}"] + args: ["dgst", "-sha256", "-sign", "privkey.pem", "-out", "${artifact}.sig", "${artifact}"] + artifacts: all gitea_urls: api: https://git.lbsfilm.at/api/v1/