From 835605a5cb09edc591b392f4d590155709291a00 Mon Sep 17 00:00:00 2001 From: Aaron Liu <912394456@qq.com> Date: Fri, 10 Feb 2023 13:02:37 +0800 Subject: [PATCH] chore: keep artifacts naming consistent --- .goreleaser.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index f279e40..72e11fc 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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: