diff --git a/.goreleaser.yml b/.goreleaser.yml index a81e5e3..729c127 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -26,9 +26,9 @@ archives: - name_template: >- {{- .ProjectName }}_ {{- .Version }}_ - {{- if eq .Os "Linux" }}linux - {{- if eq .Os "Darwin" }}macos - {{- else }}{{ .Os }}{{ end }}_ + {{- if eq .Os "Linux" }}linux_ + {{- else if eq .Os "Darwin" }}macos_ + {{- else }}{{ .Os }}{{ end }} {{- if eq .Arch "amd64" }}x86_64 {{- else if eq .Arch "386" }}i386 {{- else }}{{ .Arch }}{{ end }}