Skip to content

Commit

Permalink
🐛 only use zip for binary archives
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Jun 15, 2022
1 parent e1cbb92 commit e034d28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ builds:
archives:
- id: releases
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
wrap_in_directory: false
format: tar.gz
format_overrides:
- goos: windows
format: zip
format: zip
files:
- none*
checksum:
Expand Down

0 comments on commit e034d28

Please sign in to comment.