Skip to content

Commit 25606bc

Browse files
authored
Merge pull request #140 from FaffeF/FaffeF-patch-archive-format
Add Windows zip format override in goreleaser config
2 parents aa58a39 + a8df6b8 commit 25606bc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ builds:
1616
- amd64
1717
- arm64
1818

19+
archives:
20+
- format_overrides:
21+
- goos: windows
22+
formats: ["zip"]
23+
1924
changelog:
2025
sort: asc
2126
filters:

0 commit comments

Comments
 (0)