chore: keep artifacts naming consistent

This commit is contained in:
Aaron Liu
2023-02-10 13:02:37 +08:00
parent 35c4215c0f
commit 835605a5cb

View File

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