From c78387349f0ef174cddb2537bf75dc1ff0585068 Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Thu, 5 Sep 2019 13:03:30 -0700 Subject: [PATCH] remove '_so' suffix from kots.so release binaries as it is already present in the name v0.6.0 release contained 'kots.so_linux_amd64_so.tar.gz' --- deploy/.goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/.goreleaser.yml b/deploy/.goreleaser.yml index c75b47d774..f9deee83a4 100644 --- a/deploy/.goreleaser.yml +++ b/deploy/.goreleaser.yml @@ -63,7 +63,7 @@ archives: builds: - so format: tar.gz - name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}_so' + name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}' files: - licence* - LICENCE*