From cd3e669064905e2fe204042d76f80c04895e322c Mon Sep 17 00:00:00 2001 From: Xargon Wan Date: Tue, 3 May 2022 14:58:33 +0900 Subject: [PATCH] Migrated cache to artifact - cache compression fix3 --- .github/workflows/cooker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index b4c73fef..9b4e4d29 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -50,6 +50,7 @@ jobs: - name: Exctracting cache run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK + continue-on-error: true - uses: actions/checkout@v3 #if: steps.global-cache.outputs.cache-hit != 'true'