Skip to content

Commit e6b4034

Browse files
committed
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 <[email protected]>
1 parent c383c6e commit e6b4034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ archives:
4848
- id: clusterctl-aws
4949
builds:
5050
- clusterctl-aws
51-
name_template: "clusterctl-aws_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
51+
name_template: "clusterctl-aws-{{ .Os }}-{{ .Arch }}"
5252
format: binary
5353
- id: clusterawsadm
5454
builds:
5555
- clusterawsadm
56-
name_template: "clusterawsadm_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
56+
name_template: "clusterawsadm-{{ .Os }}-{{ .Arch }}"
5757
format: binary
5858

5959
release:

0 commit comments

Comments
 (0)