diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 4d9f6066..803fe67e 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -19,8 +19,8 @@ archives: - format: tar.gz # this name template makes the OS and Arch compatible with the results of uname. name_template: >- - {{ .Binary }}_ - {{ .ProjectName }}_ + {{- .Binary }}_ + {{- .ProjectName }}_ {{- .Version }}_ {{- title .Os }}_ {{- if eq .Arch "amd64" }}x86_64