Skip to content

Commit c84b33c

Browse files

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ changelog:
5454

5555
archives:
5656
- id: release-archives
57-
builds:
57+
ids:
5858
- release-build
5959
name_template: >-
6060
{{- .ProjectName }}-
@@ -66,7 +66,7 @@ archives:
6666
{{- if .Arm }}v{{- .Arm }}{{ end }}
6767
format_overrides:
6868
- goos: windows
69-
format: zip
69+
formats: ["zip"]
7070
files:
7171
- shell/**
7272
- LICENSE
@@ -84,7 +84,7 @@ archives:
8484
{{- if .Arm }}v{{- .Arm }}{{ end }}
8585
format_overrides:
8686
- goos: windows
87-
format: zip
87+
formats: ["zip"]
8888
files:
8989
- shell/**
9090
- LICENSE

0 commit comments

Comments
 (0)