Skip to content

Commit

Permalink
Continue debugging paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Jun 26, 2024
1 parent e6478b1 commit 95db9cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_kilosort4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ jobs:
python .github/scripts/check_kilosort4_releases.py
echo $(pwd)
pwd
ls -R
ls .github/scripts
echo ${{ github.workspace }}
shell: bash

- name: Upload versions file
uses: actions/upload-artifact@v2
with:
name: versions
path: .github/scripts/kilosort4-latest-version.json
path: ${{ github.workspace }}.github/scripts/kilosort4-latest-version.json
configure:
needs: fetch-versions
runs-on: ubuntu-latest
Expand Down

0 comments on commit 95db9cd

Please sign in to comment.