Skip to content

Commit 61fa4cc

Browse files
authored
Merge branch 'main' into zainq11/bitbucket-data-center
2 parents 34d5a00 + a015dfd commit 61fa4cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
archives:
55
- files:
6-
# Ensure only built binary is archived
7-
- 'none*'
6+
# Ensure only built binary and license file are archived
7+
- src: 'LICENSE'
8+
dst: 'LICENSE.txt'
89
format: zip
910
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
1011
before:

0 commit comments

Comments
 (0)