Skip to content

Commit 8050c6e

Browse files
committed
Fix goreleaser.yml
1 parent 8eb7afe commit 8050c6e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

goreleaser.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ build:
77
goarch:
88
- amd64
99
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
10+
archives:
11+
-
12+
format_overrides:
13+
- goos: windows
14+
format: zip

0 commit comments

Comments
 (0)