Skip to content

Commit

Permalink
Use .zip as the suffix on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Sep 6, 2022
1 parent 9125745 commit 4dde766
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ archives:
replacements:
darwin: darwin
linux: linux
amd64: amd64
windows: windows
format_overrides:
- goos: windows
format: zip
files:
- README.md
- LICENSE
Expand Down

0 comments on commit 4dde766

Please sign in to comment.