From 13e217d9ca4e0f224cf0381b68a7c64408e8a686 Mon Sep 17 00:00:00 2001 From: Xargon Wan Date: Mon, 2 May 2022 10:18:41 +0900 Subject: [PATCH] Second try on internal/global cache - fix2 --- .github/workflows/cooker.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 6ba3cfd5..5751a0c1 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -19,6 +19,7 @@ on: jobs: Job1_-_Prepearing_enviornment: + id: job1 runs-on: ubuntu-latest steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it+++++++++++++++++++++++++++++++++++ @@ -65,7 +66,7 @@ jobs: uses: actions/cache@v2 with: path: /home/runner/work/RetroDECK - key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }} + key: ${{ jobs.job1.steps.buildID }} # - name: Continuing with previous worklow cache # if: steps.cache-cooker.outputs.cache-hit == 'true' @@ -92,7 +93,7 @@ jobs: uses: actions/cache@v2 with: path: /home/runner/work/RetroDECK - key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }} + key: ${{ jobs.job1.steps.buildID }} - name: Initializing enviornment #if: steps.cache-cooker.outputs.cache-hit != 'true' @@ -122,7 +123,7 @@ jobs: uses: actions/cache@v2 with: path: /home/runner/work/RetroDECK - key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }} + key: ${{ jobs.job1.steps.buildID }} - name: Initializing enviornment #if: steps.cache-cooker.outputs.cache-hit != 'true' @@ -152,7 +153,7 @@ jobs: uses: actions/cache@v2 with: path: /home/runner/work/RetroDECK - key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }} + key: ${{ jobs.job1.steps.buildID }} - name: Initializing enviornment #if: steps.cache-cooker.outputs.cache-hit != 'true' @@ -182,7 +183,7 @@ jobs: uses: actions/cache@v2 with: path: /home/runner/work/RetroDECK - key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }} + key: ${{ jobs.job1.steps.buildID }} - name: Initializing enviornment #if: steps.cache-cooker.outputs.cache-hit != 'true' @@ -211,7 +212,7 @@ jobs: uses: actions/cache@v2 with: path: /home/runner/work/RetroDECK - key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }} + key: ${{ jobs.job1.steps.buildID }} - name: Get date for artifacts id: date