diff --git a/.goreleaser.yml b/.goreleaser.yml index de65d3dd6..0bac5cba7 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -18,15 +18,6 @@ universal_binaries: # Archive customization archives: - format: zip - - name_template: >- - {{ .ProjectName }}_ - {{- .Version }}_ - {{- if eq .Os "darwin" }}macOS_ - {{- else }}{{ .Os }}_{{ end }} - {{- if eq .Arch "amd64" }}64-bits - {{- else }}{{ .Arch }}{{ end }} - files: - nothing.*