From f359169df569b6797a09cc47442892ea955b8dbe Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Nov 2024 22:54:01 +0900 Subject: [PATCH] Fixing artifacts path --- .github/workflows/build_artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_artifacts.yml b/.github/workflows/build_artifacts.yml index 8148536..6c72700 100644 --- a/.github/workflows/build_artifacts.yml +++ b/.github/workflows/build_artifacts.yml @@ -115,7 +115,7 @@ jobs: # Release Notes These are the artifacts for RetroDECK from ${{ github.repository }}, built from commit: ${{ github.repository }}@${{ github.sha }}. On branch [${{ github.ref_name }}](https://github.com/${{ github.repository }}/tree/${{ github.ref_name }}). - artifacts: "${GITHUB_WORKSPACE}/RetroDECK-Artifact.tar.gz, ${GITHUB_WORKSPACE}/tree.html, ${GITHUB_WORKSPACE}/RetroDECK-Artifact-cooker.sha" + artifacts: "RetroDECK-Artifact.tar.gz, tree.html, RetroDECK-Artifact-cooker.sha" allowUpdates: true makeLatest: true token: ${{ steps.generate-rekku-token.outputs.token || secrets.TRIGGER_BUILD_TOKEN || secrets.GITHUB_TOKEN }}