From 4f75983bd1e39f1444337934336673ac26d11a31 Mon Sep 17 00:00:00 2001 From: Brandy Jackson <90709515+iBrandyJackson@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:28:49 -0400 Subject: [PATCH] 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 --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4eff5747aa..a6b1c4feb2 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,7 +1,7 @@ archives: - files: - # Ensure only built binary is archived - - 'none*' + # Ensure only built binary and license file are archived + - 'LICENSE' format: zip name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}' before: