From bb3b21fbca8a3ff9937dd759766beaa7d08a8123 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Fri, 3 May 2024 16:50:55 +0300 Subject: [PATCH] Support archive format --- .github/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/goreleaser.yml b/.github/goreleaser.yml index e4a343f8..e12711c3 100644 --- a/.github/goreleaser.yml +++ b/.github/goreleaser.yml @@ -32,7 +32,7 @@ builds: binary: '{{ .ProjectName }}_v{{ .Version }}' archives: -- format: zip +- format: {{ .Env.ARCHIVES_FORMAT }} name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}' checksum: