From 59dae86522c60cbdd1abc8cd81cd8a6c4c881fbf Mon Sep 17 00:00:00 2001 From: Xargon Date: Tue, 17 May 2022 00:30:36 +0900 Subject: [PATCH] Cooke workflow: fixed --- .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 0f4e6564..dd46c0f6 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -68,7 +68,7 @@ jobs: - name: Upload build specific cache uses: actions/upload-artifact@v3 with: - name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }} + name: ${{ needs.Job1_-_Building_P1.outputs.buildID }} path: retrodeck-cooker.tar.gz outputs: @@ -84,7 +84,7 @@ jobs: - name: Download build specific cache uses: actions/download-artifact@v2 with: - name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }} + name: ${{ needs.Job1_-_Building_P1.outputs.buildID }} - name: Extracting cache run: |