diff --git a/.goreleaser.yml b/.goreleaser.yml index 1995cf6b4..6e9a9d182 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -54,7 +54,7 @@ changelog: archives: - id: release-archives - builds: + ids: - release-build name_template: >- {{- .ProjectName }}- @@ -66,7 +66,7 @@ archives: {{- if .Arm }}v{{- .Arm }}{{ end }} format_overrides: - goos: windows - format: zip + formats: ["zip"] files: - shell/** - LICENSE @@ -84,7 +84,7 @@ archives: {{- if .Arm }}v{{- .Arm }}{{ end }} format_overrides: - goos: windows - format: zip + formats: ["zip"] files: - shell/** - LICENSE