Skip to content

Commit

Permalink
add version to binary
Browse files Browse the repository at this point in the history
  • Loading branch information
myoshida committed Oct 21, 2021
1 parent edc0246 commit 5c9141e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ builds:
- amd64
- arm64
archives:
- name_template: "{{.ProjectName}}-{{.Os}}-{{.Arch}}"
- name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}_{{.Arch}}"
format: tar.gz
format_overrides:
- goos: windows
Expand Down

0 comments on commit 5c9141e

Please sign in to comment.