diff --git a/.goreleaser.yml b/.goreleaser.yml index 401d1cc56..f3d937051 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -103,8 +103,15 @@ archives: format_overrides: - goos: windows format: zip + replacements: + darwin: macOS + linux: Linux + windows: Windows + 386: i386 + amd64: x86_64 + checksum: - name_template: 'checksums.txt' + name_template: '{{ .ProjectName }}_checksums.txt' snapshot: name_template: "{{ .Tag }}-next"