Skip to content

Commit 798b5c6

Browse files
authored
Update release.yml
Bug fixes
1 parent a18ba19 commit 798b5c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@ jobs:
3333
./venv/bin/pip install --upgrade pip
3434
./venv/bin/pip install -r requirements.txt
3535
36+
- name: 📝 Debug: List venv/bin contents
37+
run: ls -l venv/bin
38+
3639
- name: 🛠️ Build binary with PyInstaller
3740
run: |
38-
./venv/bin/pyinstaller --onefile \
41+
./venv/bin/python -m PyInstaller --onefile \
3942
--add-data "bin/viu:bin" \
4043
--add-data "tosk.jpg:." \
4144
main.py

0 commit comments

Comments
 (0)