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: