From c4f14260632470adad213c5b7ea7021d9e69f84c Mon Sep 17 00:00:00 2001 From: Dinesh B Date: Sun, 22 Oct 2023 22:18:11 +0530 Subject: [PATCH] Use tar.gz for linux/darwin and zip for windows (#55) --- .goreleaser.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 13c6c5d..de2d721 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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