diff --git a/.goreleaser.yml b/.goreleaser.yml index 61c5b33..34f5b48 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -11,22 +11,14 @@ builds: env: - CGO_ENABLED=0 archives: -- - id: archive-version - format: binary - name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' - replacements: - darwin: Darwin - linux: Linux - amd64: x86_64 - id: archive-no-version format: binary - name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' + name_template: '{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}' replacements: - darwin: Darwin - linux: Linux - amd64: x86_64 + darwin: macOS + linux: linux + amd64: 64bit checksum: name_template: checksums.txt snapshot: