From 724b6144afb21c7e9500b32309fea0671152a41b Mon Sep 17 00:00:00 2001 From: Antonio Pagano Date: Fri, 4 Aug 2023 15:18:42 -0500 Subject: [PATCH] task: removing spaces from binary names --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 8d90a72..7b60f7c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,8 +22,8 @@ archives: {{- else if eq .Arch "linux" }}Linux {{- else if eq .Arch "linux" }}x86_64 {{- else }}{{ .Arch }}{{ end }} - {{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_ - {{ .Mips }}{{ end }} + {{- if .Arm }}v{{ .Arm }}{{ end }} + {{- if .Mips }}_{{ .Mips }}{{ end }} checksum: name_template: checksums.txt snapshot: