We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce17b8 commit d973b75Copy full SHA for d973b75
.goreleaser.yml
@@ -32,10 +32,7 @@ archives:
32
- id: tfctl
33
builds:
34
- tfctl
35
- name_template: "tfctl_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
36
- replacements:
37
- darwin: Darwin
38
- linux: Linux
+ name_template: "tfctl_{{ title .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
39
format: tar.gz
40
41
source:
0 commit comments