From 445e4d505ba786afed3277de2561009efa58bb47 Mon Sep 17 00:00:00 2001 From: Xargon Date: Mon, 23 May 2022 23:06:41 +0900 Subject: [PATCH] WORKFLOW: losing my time on this stuff again - fix1 --- .github/workflows/cooker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index daf93999..ac104b4f 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -36,7 +36,6 @@ jobs: uses: dawidd6/action-download-artifact@v2 with: workflow: cooker.yml - workflow_conclusion: success name: global-cache search_artifacts: true continue-on-error: true @@ -44,7 +43,7 @@ jobs: - name: DEBUG run: | echo "Listing folder $PWD contents" - ls -ln + ls -lna echo "Checking for verson file" find ~ -iname version cat $(find ~ -iname version) @@ -123,7 +122,7 @@ jobs: - name: DEBUG run: | echo "Listing folder $PWD contents" - ls -ln + ls -lna echo "Checking for verson file" find ~ -iname version cat $(find ~ -iname version)