Skip to content

Commit c4f1426

Browse files
authored
Use tar.gz for linux/darwin and zip for windows (#55)
1 parent 0d6fd01 commit c4f1426

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ builds:
5050
goarch: '386'
5151
binary: 'tf-summarize'
5252
archives:
53-
- format: zip
54-
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
53+
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
5554
format_overrides:
5655
- goos: windows
5756
format: zip

0 commit comments

Comments
 (0)