Skip to content

Commit

Permalink
move to xtra
Browse files Browse the repository at this point in the history
  • Loading branch information
zak-45 committed Dec 19, 2024
1 parent ac58eb1 commit f92060f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ jobs:
run: |
cd xtra
if [ "${{ matrix.os_name }}" = "windows" ]; then
python -m fix_shebang PySp3.10\\Scripts\\spleeter.exe -o ..\\PySp3.10\\Scripts
python -m fix_shebang ..\\PySp3.10\\Scripts\\spleeter.exe -o ..\\PySp3.10\\Scripts
else
python -m fix_shebang PySp3.10/bin/spleeter -o ../PySp3.10/bin
python -m fix_shebang ../PySp3.10/bin/spleeter -o ../PySp3.10/bin
fi
shell: bash

Expand Down

0 comments on commit f92060f

Please sign in to comment.