fix: add release version to release artifacts

This commit is contained in:
Ben McClelland
2024-02-05 11:03:08 -08:00
parent 6c56307746
commit 443da7f9a4

View File

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