From 08331c6a19a415948da8652e0e269505a0e8e69d Mon Sep 17 00:00:00 2001 From: kt Date: Wed, 1 May 2024 09:35:43 -0700 Subject: [PATCH] Update .goreleaser.yml (#25825) --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 90b7a68f5f2a..eae72fd57def 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,7 +4,8 @@ archives: - files: # Ensure only built binary is archived - - 'LICENSE' + - src: LICENSE + dst: LICENSE.txt format: zip name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}' before: