Skip to content

Commit 2a4d434

Browse files
authored
Merge pull request #5055 from nrb/fix-artifact-name-template
🐛 Update filenames for released binaries
2 parents 7b37581 + e6b4034 commit 2a4d434

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)