We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34d5a00 + a015dfd commit 61fa4ccCopy full SHA for 61fa4cc
.goreleaser.yml
@@ -3,8 +3,9 @@
3
4
archives:
5
- files:
6
- # Ensure only built binary is archived
7
- - 'none*'
+ # Ensure only built binary and license file are archived
+ - src: 'LICENSE'
8
+ dst: 'LICENSE.txt'
9
format: zip
10
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
11
before:
0 commit comments