Skip to content

Commit

Permalink
Update goreleaser binary name template
Browse files Browse the repository at this point in the history
  • Loading branch information
zackproser committed May 2, 2022
1 parent 73b65a9 commit c0f3065
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 @@ -15,5 +15,5 @@ archives:
format_overrides:
- goos: windows
format: zip
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}--{{.Arch}}"
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
wrap_in_directory: true

0 comments on commit c0f3065

Please sign in to comment.