chore: keep artifacts naming consistent

pull/1638/head 3.7.0
Aaron Liu 1 year ago
parent 35c4215c0f
commit 835605a5cb

@ -40,8 +40,7 @@ archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
cloudreve_
{{- .Os }}_{{ .Arch }}
cloudreve_{{.Tag}}_{{- .Os }}_{{ .Arch }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives
format_overrides:

Loading…
Cancel
Save