Skip to content

Commit 5308b84

Browse files
committed
ci: add version string to built binary
1 parent a2a61ee commit 5308b84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ archives:
3838
- format: binary
3939
name_template: >-
4040
{{- .ProjectName }}_
41+
{{.Version}}_
4142
{{- if eq .Os "darwin" }}macOS{{- else }}{{ .Os }}{{ end }}_
4243
{{- if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}

0 commit comments

Comments
 (0)