Skip to content

Commit ec0a6cb

Browse files
authored
Merge pull request #133 from finleap-connect/bug/fix-release-binaries-naming
Fix release binaries naming
2 parents 23c0531 + b6925e1 commit ec0a6cb

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)