diff --git a/.goreleaser.yml b/.goreleaser.yml index bf063bed..34b389d7 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,7 +1,7 @@ archives: - files: - # Ensure only built binary is archived - - 'none*' + # Ensure only built binary and license file are archived + - 'LICENSE' format: zip name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}' before: