From 8d445dd9a60c5cf6f41a5f6a34a2e8db06c06f84 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Fri, 10 Nov 2023 11:05:33 +0100 Subject: [PATCH] Remove the superfluous dot (`.`) in the release artifact's names --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index ecce054f..28f131a1 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -19,7 +19,7 @@ archives: # this name template makes the OS and Arch compatible with the results of uname. name_template: >- {{ .ProjectName }}_ - {{ .Version }}_ + {{- .Version }}_ {{- title .Os }}_ {{- if eq .Arch "amd64" }}x86_64 {{- else if eq .Arch "386" }}i386