diff --git a/.goreleaser.yml b/.goreleaser.yml index 3c6cd7b..3722957 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,6 +21,7 @@ archives: # this name template makes the OS and Arch compatible with the results of `uname`. name_template: >- {{ .ProjectName }}_ + {{ .Version }}_ {{- title .Os }}_ {{- if eq .Arch "amd64" }}x86_64 {{- else if eq .Arch "386" }}i386