From ddeb19d5d70eb6112681b056f3bd91a1be4b7621 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Tue, 17 Oct 2023 12:19:12 +0200 Subject: [PATCH] Add version to release artifact file names --- .goreleaser.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index b1f4c4e1..ecce054f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -19,6 +19,7 @@ archives: # this name template makes the OS and Arch compatible with the results of uname. name_template: >- {{ .ProjectName }}_ + {{ .Version }}_ {{- title .Os }}_ {{- if eq .Arch "amd64" }}x86_64 {{- else if eq .Arch "386" }}i386