From 577fd2d4084cc40a224ba89f1edb1ba5381247f2 Mon Sep 17 00:00:00 2001 From: Xargon Wan Date: Fri, 6 May 2022 17:07:55 +0900 Subject: [PATCH] ARTIFACTS: whoops, Job4 was not extracting the cache --- .github/workflows/cooker.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index d9769155..d256a3e3 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -162,6 +162,12 @@ jobs: with: name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }} + - name: Extracting cache + run: | + tar --skip-old-files -xzvf retrodeck-cooker.tar.gz + rm -f retrodeck-cooker.tar.gz + continue-on-error: true + - name: Initializing enviornment #if: steps.cache-cooker.outputs.cache-hit != 'true' run: |