Skip to content

Commit 4f75983

Browse files
chore(ci): Bundle license file with TF provider release artifacts (#2475)
* chore(ci): Bundle license file with TF provider release artifacts adding license file to provider release artifacts
1 parent 259d074 commit 4f75983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
archives:
22
- files:
3-
# Ensure only built binary is archived
4-
- 'none*'
3+
# Ensure only built binary and license file are archived
4+
- 'LICENSE'
55
format: zip
66
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
77
before:

0 commit comments

Comments
 (0)