Skip to content

Commit c2d6492

Browse files
committed
Adding LICENSE File to TF Provider Release Archives
1 parent c842c97 commit c2d6492

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)