Skip to content

Commit 8fce91c

Browse files
chore(ci): Bundle license file with TF provider release artifacts (#10509) (#7278)
[upstream:a9f50a0e183a9763d77370a6276524283888bc20] Signed-off-by: Modular Magician <[email protected]>
1 parent fd9a8fc commit 8fce91c

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-
# Only include built binary in archive
4-
- 'none*'
3+
# Include built binary and license files in archive
4+
- 'LICENSE'
55
format: zip
66
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
77
builds:

0 commit comments

Comments
 (0)