From 629c4d8f61121d5d670bc36a24e06308517b85c0 Mon Sep 17 00:00:00 2001 From: Razvan Marescu Date: Wed, 8 Jan 2025 15:27:01 -0800 Subject: [PATCH] f --- .github/workflows/shortest.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/shortest.yml b/.github/workflows/shortest.yml index deb5c817..c2a56a8c 100644 --- a/.github/workflows/shortest.yml +++ b/.github/workflows/shortest.yml @@ -55,7 +55,8 @@ jobs: uses: actions/upload-artifact@v4 with: name: artifacts - path: .shortest/**/* + path: .shortest + if-no-files-found: error retention-days: 7 - name: Debug directory contents @@ -63,7 +64,5 @@ jobs: run: | echo "Current directory:" pwd - echo "\nWorking directory contents:" - ls -la - echo "\nSearching for .shortest:" - find / -name ".shortest" -type d 2>/dev/null + echo "\n.shortest directory contents:" + ls -la .shortest