Skip to content

Commit

Permalink
Debug CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Nov 17, 2024
1 parent b316de0 commit 4dc216e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,15 @@ jobs:
uses: actions/download-artifact@v3
with:
name: bonsai-files
path: bonsai-files

- name: List all files and directories
run: dir /s /b

- name: Move Bonsai Files
run: move bonsai-files\* bonsai
run: |
mkdir bonsai
move bonsai-files\* bonsai
- uses: astral-sh/setup-uv@v3
with:
Expand Down

0 comments on commit 4dc216e

Please sign in to comment.