diff --git a/.goreleaser.yml b/.goreleaser.yml index d7a0312dc..755093868 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,7 +4,8 @@ archives: - files: # Ensure only built binary and license file are archived - - 'LICENSE' + - src: 'LICENSE' + dst: 'LICENSE.txt' format: zip name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}' builds: