diff --git a/.goreleaser.yml b/.goreleaser.yml index ad536e3..3d21a9d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -24,7 +24,7 @@ archives: - format: tar.gz # this name template makes the OS and Arch compatible with the results of `uname` name_template: >- - {{ .ProjectName }}_v + {{ .ProjectName }}_ {{- .Version }}_ {{- title .Os }}_ {{- if eq .Arch "amd64" }}x86_64