From ef540f587ae713c6ceda34e906a9d6675720d12b Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:38:52 +0200 Subject: [PATCH] add tar.gz artifacts to the GH releases Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- .goreleaser.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 6dafd50..338d10d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -34,6 +34,10 @@ signs: archives: - name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}" format: binary + + - id: tar-gz-archives + name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}" + format: tar.gz release: draft: true