Skip to content

Commit

Permalink
chore: keep artifacts naming consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed Feb 10, 2023
1 parent 35c4215 commit 835605a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 835605a

Please sign in to comment.