diff --git a/.goreleaser.unstable.yml b/.goreleaser.unstable.yml index 81c700c8..ec87e544 100644 --- a/.goreleaser.unstable.yml +++ b/.goreleaser.unstable.yml @@ -8,17 +8,12 @@ builds: goos: - linux - darwin - - windows goarch: - amd64 archives: - name_template: "banzai_{{ .Version }}_{{ .Os }}_{{ .Arch }}" - format_overrides: - - - goos: windows - format: zip checksum: name_template: "banzai_checksums.txt" diff --git a/.goreleaser.yml b/.goreleaser.yml index 04b3792a..1aa773c7 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -8,17 +8,12 @@ builds: goos: - linux - darwin - - windows goarch: - amd64 archives: - name_template: "banzai_{{ .Version }}_{{ .Os }}_{{ .Arch }}" - format_overrides: - - - goos: windows - format: zip checksum: name_template: "banzai_checksums.txt"