We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb7afe commit 8050c6eCopy full SHA for 8050c6e
1 file changed
goreleaser.yml
@@ -7,7 +7,8 @@ build:
7
goarch:
8
- amd64
9
ldflags: -s -w -X main.buildVersion={{.Version}} -X main.buildCommit={{.Commit}} -X main.buildDate={{.Date}}
10
-archive:
11
- format_overrides:
12
- - goos: windows
13
- format: zip
+archives:
+ -
+ format_overrides:
+ - goos: windows
14
+ format: zip
0 commit comments