WORKFLOW: losing my time on this stuff again - fix3

This commit is contained in:
Xargon 2022-05-23 23:35:37 +09:00
parent 26f9525c07
commit 5032b1f1c1

View file

@ -37,7 +37,6 @@ jobs:
with:
workflow: cooker.yml
name: global-cache
path: $GITHUB_WORKSPACE
search_artifacts: true
continue-on-error: true
@ -49,13 +48,6 @@ jobs:
find ~ -iname version
cat $(find ~ -iname version)
# not needed maybe?
- name: Extract global cache
run: |
tar --skip-old-files -xzvf retrodeck-cooker.tar.gz
rm -f retrodeck-cooker.tar.gz
continue-on-error: true
- name: Initialize enviornment
run: |
git pull