mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25: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:
|
||||
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
|
||||
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue