Skip to content

Commit

Permalink
Revert main plural-cli name template (#564)
Browse files Browse the repository at this point in the history
`setup-plural` breaks with the prior change
  • Loading branch information
michaeljguarino authored Oct 4, 2024
1 parent 6f0db8a commit 7817475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ builds:
archives:
- id: plural-cli
builds: [plural-cli]
name_template: '{{ .Binary }}_{{ .Version }}_{{- title .Os -}}_{{- if eq .Arch "386" -}}i386{{- else -}}{{ .Arch }}{{- end -}}'
name_template: '{{ .ProjectName }}_{{ .Version }}_{{- title .Os -}}_{{- if eq .Arch "386" -}}i386{{- else -}}{{ .Arch }}{{- end -}}'
- id: plrlctl
builds: [plrlctl]
name_template: '{{ .Binary }}_{{ .Version }}_{{- title .Os -}}_{{- if eq .Arch "386" -}}i386{{- else -}}{{ .Arch }}{{- end -}}'
Expand Down

0 comments on commit 7817475

Please sign in to comment.