ARTIFACTS: whoops, Job4 was not extracting the cache

This commit is contained in:
Xargon Wan 2022-05-06 17:07:55 +09:00
parent 1dcc40875c
commit 202bddda82

View file

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