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: |