diff --git a/.goreleaser.yml b/.goreleaser.yml index 4b5fc65..ec57627 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -13,13 +13,10 @@ builds: tags: - release archives: - - replacements: - darwin: Darwin - linux: Linux - windows: Windows - 386: i386 - amd64: x86_64 - name_template: "carapace-spec_{{ .Version }}_{{ .Os }}_{{ .Arch }}" + - name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' + format_overrides: + - goos: windows + format: zip checksum: name_template: 'checksums.txt' snapshot: