From ac583a72bc891159c56bf306b7db66c70db38a66 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Fri, 19 Mar 2021 10:01:07 +0200 Subject: [PATCH] ci: change uploaded binaries names on latest version (#68) --- .goreleaser.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index e0b93de..02bc2ff 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -39,8 +39,10 @@ archives: - http_blaster allow_different_binary_count: true - id: http_blaster_latest - name_template: '{{ .ProjectName }}' + name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' format: binary + replacements: + amd64: x86_64 builds: - http_blaster_latest allow_different_binary_count: true