chore: release package name add version

This commit is contained in:
Zhiqiang Li
2023-04-04 17:20:18 +08:00
parent b186690415
commit 37d720d79b

View File

@@ -29,7 +29,8 @@ archives:
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- .Version }}_
{{- .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}