Skip to content

Commit ef80969

Browse files
Update .goreleaser.yml (#2483)
Adding LICENSE.txt File to Terraform Provider Release Archives
1 parent c746a84 commit ef80969

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
archives:
22
- files:
33
# Ensure only built binary and license file are archived
4-
- 'LICENSE'
4+
- src: 'LICENSE'
5+
dst: 'LICENSE.txt'
56
format: zip
67
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
78
before:

0 commit comments

Comments
 (0)