From 89ec3e6dc6a070e3e7ec67c831ccd4b7ec6f7800 Mon Sep 17 00:00:00 2001 From: "Herman J. Radtke III" Date: Sat, 27 Jan 2024 09:56:00 -0500 Subject: [PATCH] allow write --- .github/workflows/release-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index e7f5625..e669682 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -11,6 +11,8 @@ env: jobs: # based off of https://github.com/houseabsolute/soldr/blob/master/.github/workflows/ci.yml artifacts: + permissions: + contents: write strategy: matrix: platform: @@ -52,7 +54,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: soldr-${{ matrix.platform.target }} - path: "soldr*" + path: ${{ matrix.platform.target }}.tar.gz if: startsWith( github.ref, 'refs/tags/v' ) - name: Publish GitHub release uses: softprops/action-gh-release@v1