Skip to content

Commit

Permalink
Update filenames for released binaries
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nrb committed Jul 15, 2024
1 parent c383c6e commit e6b4034
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 e6b4034

Please sign in to comment.