Skip to content

Commit

Permalink
Use .zip archives for Windows releases (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Mar 26, 2024
1 parent 690ccd0 commit 562cfde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ archives:
- flow-cli
name_template: "{{ .ProjectName }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}"
format: tar.gz
format_overrides:
- goos: windows
format: zip
wrap_in_directory: false
snapshot:
name_template: "{{ .Tag }}"
Expand Down

0 comments on commit 562cfde

Please sign in to comment.