diff --git a/.goreleaser.yml b/.goreleaser.yml index 4ab29a9..85e328f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -18,12 +18,12 @@ builds: - darwin - windows archives: -- replacements: - darwin: Darwin - linux: Linux - windows: Windows - 386: i386 - amd64: x86_64 + - name_template: >- + {{ .ProjectName }}_ + {{- title .Os }}_ + {{- if eq .Arch "amd64" }}x86_64 + {{- else if eq .Arch "386" }}i386 + {{- else }}{{ .Arch }}{{ end }} checksum: name_template: 'checksums.txt' snapshot: