From f594cabc6560c3d59b5af4d5dc9a57ac65ce31b5 Mon Sep 17 00:00:00 2001 From: cpanato Date: Thu, 5 Oct 2023 12:18:35 +0200 Subject: [PATCH] fix archive to remove the duplicates Signed-off-by: cpanato --- .goreleaser.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4854c98335a..f355a5f92a8 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -36,14 +36,9 @@ builds: - arm64 archives: - - id: krel - format: binary - allow_different_binary_count: true - name_template: krel-{{ .Arch }}-{{ .Os }} - - id: release-notes - format: binary + - format: binary + name_template: "{{ .Binary }}" allow_different_binary_count: true - name_template: release-notes-{{ .Arch }}-{{ .Os }} signs: - id: keyless