Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarescu committed Jan 8, 2025
1 parent b50a6a8 commit 629c4d8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/shortest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,14 @@ 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
if: failure()
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

0 comments on commit 629c4d8

Please sign in to comment.