mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 06:45:38 +00:00
Cooke workflow: fixed
This commit is contained in:
parent
190d5db67f
commit
59dae86522
4
.github/workflows/cooker.yml
vendored
4
.github/workflows/cooker.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
||||||
- name: Upload build specific cache
|
- name: Upload build specific cache
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
name: ${{ needs.Job1_-_Building_P1.outputs.buildID }}
|
||||||
path: retrodeck-cooker.tar.gz
|
path: retrodeck-cooker.tar.gz
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
|
@ -84,7 +84,7 @@ jobs:
|
||||||
- name: Download build specific cache
|
- name: Download build specific cache
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
name: ${{ needs.Job1_-_Building_P1.outputs.buildID }}
|
||||||
|
|
||||||
- name: Extracting cache
|
- name: Extracting cache
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue