diff --git a/.goreleaser.yml b/.goreleaser.yml index 21953f84..775959ae 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,7 +1,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 }}' before: