Skip to content

Commit

Permalink
Use tar.gz for linux/darwin and zip for windows (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshba committed Oct 22, 2023
1 parent 0d6fd01 commit c4f1426
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ builds:
goarch: '386'
binary: 'tf-summarize'
archives:
- format: zip
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit c4f1426

Please sign in to comment.