mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-06 14:27:48 +00:00
WORKFLOW: losing my time on this stuff again - fix1
This commit is contained in:
parent
59de318f1f
commit
445e4d505b
5
.github/workflows/cooker.yml
vendored
5
.github/workflows/cooker.yml
vendored
|
@ -36,7 +36,6 @@ jobs:
|
||||||
uses: dawidd6/action-download-artifact@v2
|
uses: dawidd6/action-download-artifact@v2
|
||||||
with:
|
with:
|
||||||
workflow: cooker.yml
|
workflow: cooker.yml
|
||||||
workflow_conclusion: success
|
|
||||||
name: global-cache
|
name: global-cache
|
||||||
search_artifacts: true
|
search_artifacts: true
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
@ -44,7 +43,7 @@ jobs:
|
||||||
- name: DEBUG
|
- name: DEBUG
|
||||||
run: |
|
run: |
|
||||||
echo "Listing folder $PWD contents"
|
echo "Listing folder $PWD contents"
|
||||||
ls -ln
|
ls -lna
|
||||||
echo "Checking for verson file"
|
echo "Checking for verson file"
|
||||||
find ~ -iname version
|
find ~ -iname version
|
||||||
cat $(find ~ -iname version)
|
cat $(find ~ -iname version)
|
||||||
|
@ -123,7 +122,7 @@ jobs:
|
||||||
- name: DEBUG
|
- name: DEBUG
|
||||||
run: |
|
run: |
|
||||||
echo "Listing folder $PWD contents"
|
echo "Listing folder $PWD contents"
|
||||||
ls -ln
|
ls -lna
|
||||||
echo "Checking for verson file"
|
echo "Checking for verson file"
|
||||||
find ~ -iname version
|
find ~ -iname version
|
||||||
cat $(find ~ -iname version)
|
cat $(find ~ -iname version)
|
||||||
|
|
Loading…
Reference in a new issue