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 c842c97 + c2d6492 commit a015dfdCopy full SHA for a015dfd
.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