mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 14:35:39 +00:00
ARTIFACTS: whoops, Job4 was not extracting the cache
This commit is contained in:
parent
1dcc40875c
commit
202bddda82
6
.github/workflows/cooker.yml
vendored
6
.github/workflows/cooker.yml
vendored
|
@ -162,6 +162,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
|
|
||||||
|
- name: Extracting cache
|
||||||
|
run: |
|
||||||
|
tar --skip-old-files -xzvf retrodeck-cooker.tar.gz
|
||||||
|
rm -f retrodeck-cooker.tar.gz
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Initializing enviornment
|
- name: Initializing enviornment
|
||||||
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue