diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aba1c90..d70255c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: