From f2ca36531ad6dd14e3d817dfc362500c374dbe43 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Mon, 22 Apr 2024 13:13:42 -0400 Subject: [PATCH] [TFECO-6103] all: Add LICENSE file to release archives Reference: https://hashicorp.atlassian.net/browse/TFECO-6103 --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 90b209d8..21953f84 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: