Skip to content

Commit

Permalink
Merge pull request #133 from finleap-connect/bug/fix-release-binaries…
Browse files Browse the repository at this point in the history
…-naming

Fix release binaries naming
  • Loading branch information
alesti committed Nov 15, 2022
2 parents 23c0531 + b6925e1 commit ec0a6cb
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 @@ -22,7 +22,7 @@ archives:
- replacements:
darwin: osx
windows: win
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"

checksum:
name_template: "checksums.txt"
Expand Down

0 comments on commit ec0a6cb

Please sign in to comment.