From 3d51f4ccee61232243e6ebf65e8ce920f1d9a081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Montes?= Date: Wed, 8 Jun 2022 19:41:15 +0200 Subject: [PATCH] Fixed release --- .goreleaser.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 8955bc8..8014473 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,4 +21,8 @@ builds: env: - CGO_ENABLED=0 archives: - - name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" + - name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" + builds: + - catalog + - stock + format: zip