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