From 36024af3c221fd57808d7f9467c39d5f93b30845 Mon Sep 17 00:00:00 2001 From: Xargon Wan Date: Tue, 3 May 2022 14:57:37 +0900 Subject: [PATCH] Migrated cache to artifact - cache compression fix2 --- .github/workflows/cooker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index d5b4912c..b4c73fef 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -200,7 +200,7 @@ jobs: uses: actions/download-artifact@v2 with: name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }} - path: retrodeck-cooker.zip + path: retrodeck-cooker.zip - name: Exctracting cache run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK @@ -229,7 +229,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }} - retrodeck-cooker.zip + path: retrodeck-cooker.zip Job6_-_Build_bundle: runs-on: ubuntu-latest