Skip to content

Commit

Permalink
Merge pull request #5055 from nrb/fix-artifact-name-template
Browse files Browse the repository at this point in the history
🐛 Update filenames for released binaries
  • Loading branch information
k8s-ci-robot authored Jul 18, 2024
2 parents 7b37581 + e6b4034 commit 2a4d434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2a4d434

Please sign in to comment.