From 817deba5d9ec63d39d5a8ebaff25855cd8acf72c Mon Sep 17 00:00:00 2001 From: Brandy Jackson <90709515+iBrandyJackson@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:36:00 -0400 Subject: [PATCH] chore(ci): Update .goreleaser.yml to include LICENSE.txt file (#480) Adding LICENSE.txt file to Terraform Provider Release Archives --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index d430981e..775be274 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,7 +4,8 @@ archives: - files: # Ensure only built binary and license file are archived - - 'LICENSE' + - src: 'LICENSE' + dst: 'LICENSE.txt' format: zip name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}' builds: