From c900d83aeb4171533a45129da958d0a60e8c9053 Mon Sep 17 00:00:00 2001 From: GRMrGecko Date: Mon, 4 Mar 2024 00:11:02 -0600 Subject: [PATCH] Fix release config to build as directory for compatibility with puppet module. --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b611f96..2c4fcf3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,3 +18,4 @@ jobs: goos: linux goarch: amd64 goversion: '1.21.0' + extra_files: License.txt readme.md