Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Use .zip format for Windows releases
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBarendse committed Apr 29, 2019
1 parent bf2a463 commit 9eff5a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ archive:
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
replacements:
darwin: macOS
format_overrides:
- goos: windows
format: zip
files:
- LICENSE

Expand Down

0 comments on commit 9eff5a7

Please sign in to comment.