Skip to content

Commit d973b75

Browse files
committed
fix goreleaser
Signed-off-by: Chanwit Kaewkasi <[email protected]>
1 parent 7ce17b8 commit d973b75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.goreleaser.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ archives:
3232
- id: tfctl
3333
builds:
3434
- tfctl
35-
name_template: "tfctl_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
36-
replacements:
37-
darwin: Darwin
38-
linux: Linux
35+
name_template: "tfctl_{{ title .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
3936
format: tar.gz
4037

4138
source:

0 commit comments

Comments
 (0)