From 60dc5befe6a3a0162823241cbdcfde1b674fae06 Mon Sep 17 00:00:00 2001 From: Xargon Wan Date: Mon, 2 May 2022 10:34:30 +0900 Subject: [PATCH] Second try on internal/global cache - fix6 --- .github/workflows/cooker.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index f922606b..230fb833 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -67,7 +67,7 @@ jobs: uses: actions/cache@v2 with: path: /home/runner/work/RetroDECK - key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }} + key: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }} # - name: Continuing with previous worklow cache # if: steps.cache-cooker.outputs.cache-hit == 'true' @@ -94,7 +94,7 @@ jobs: uses: actions/cache@v2 with: path: /home/runner/work/RetroDECK - key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }} + key: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }} - name: Initializing enviornment #if: steps.cache-cooker.outputs.cache-hit != 'true' @@ -124,7 +124,7 @@ jobs: uses: actions/cache@v2 with: path: /home/runner/work/RetroDECK - key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }} + key: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }} - name: Initializing enviornment #if: steps.cache-cooker.outputs.cache-hit != 'true' @@ -154,7 +154,7 @@ jobs: uses: actions/cache@v2 with: path: /home/runner/work/RetroDECK - key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }} + key: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }} - name: Initializing enviornment #if: steps.cache-cooker.outputs.cache-hit != 'true' @@ -184,7 +184,7 @@ jobs: uses: actions/cache@v2 with: path: /home/runner/work/RetroDECK - key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }} + key: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }} - name: Initializing enviornment #if: steps.cache-cooker.outputs.cache-hit != 'true' @@ -213,7 +213,7 @@ jobs: uses: actions/cache@v2 with: path: /home/runner/work/RetroDECK - key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }} + key: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }} - name: Get date for artifacts id: date