From eff876adcafac21f29cad07e082a7dfd9c8ade3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bardon?= Date: Sun, 31 Dec 2023 19:17:24 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20GitHub=20Action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c7cea7..d8c4f42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: env: tag: ${{ needs.setup.outputs.tag }} - artifacts: ${{ env.GITHUB_WORKSPACE }}/artifacts + artifacts: ${{ github.workspace }}/artifacts permissions: contents: write