Skip to content

Commit

Permalink
fix(#105): change windows archive type to .zip
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-5 committed Jan 21, 2024
1 parent 7000f76 commit 46ae0f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ brews:
license: "AGPL-3.0"
archives:
- id: fjira
format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: >-
{{- .ProjectName }}_
{{- title .Os }}_
Expand Down

0 comments on commit 46ae0f1

Please sign in to comment.