Skip to content

Commit b6925e1

Browse files
committed
replace underscores with dashes
Signed-off-by: HaniAlshikh <[email protected]>
1 parent 23c0531 commit b6925e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ archives:
2222
- replacements:
2323
darwin: osx
2424
windows: win
25-
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
25+
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
2626

2727
checksum:
2828
name_template: "checksums.txt"

0 commit comments

Comments
 (0)