From e034d28bf5a5da97db53399a8292316a3787deab Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Tue, 14 Jun 2022 17:44:24 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20only=20use=20zip=20for=20binary?= =?UTF-8?q?=20archives?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 3b48d23..d0de101 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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: