mirror of
https://github.com/versity/versitygw.git
synced 2026-01-10 05:17:25 +00:00
fix: add release version to release artifacts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user