We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e0237 commit c84b33cCopy full SHA for c84b33c
.goreleaser.yml
@@ -54,7 +54,7 @@ changelog:
54
55
archives:
56
- id: release-archives
57
- builds:
+ ids:
58
- release-build
59
name_template: >-
60
{{- .ProjectName }}-
@@ -66,7 +66,7 @@ archives:
66
{{- if .Arm }}v{{- .Arm }}{{ end }}
67
format_overrides:
68
- goos: windows
69
- format: zip
+ formats: ["zip"]
70
files:
71
- shell/**
72
- LICENSE
@@ -84,7 +84,7 @@ archives:
84
85
86
87
88
89
90
0 commit comments