From e6b4034c358ec6dd7298adc37d7d4fb1b9d10af1 Mon Sep 17 00:00:00 2001 From: Nolan Brubaker Date: Mon, 15 Jul 2024 12:33:03 -0400 Subject: [PATCH] Update filenames for released binaries This change only updates the binary naming template to match previous releases. There is still an issue of building the same binary twice under two different names. Signed-off-by: Nolan Brubaker --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index e0dc384c44..bd352cfbbf 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -48,12 +48,12 @@ archives: - id: clusterctl-aws builds: - clusterctl-aws - name_template: "clusterctl-aws_{{ .Tag }}_{{ .Os }}_{{ .Arch }}" + name_template: "clusterctl-aws-{{ .Os }}-{{ .Arch }}" format: binary - id: clusterawsadm builds: - clusterawsadm - name_template: "clusterawsadm_{{ .Tag }}_{{ .Os }}_{{ .Arch }}" + name_template: "clusterawsadm-{{ .Os }}-{{ .Arch }}" format: binary release: