Skip to content

Commit 56170fa

Browse files
author
François Pelletier
committed
🐛 PyInstaller Directory
1 parent 53d1959 commit 56170fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
run: pip install pyinstaller
3939

4040
- name: Build with PyInstaller
41-
run: pyinstaller -F main.py
41+
run: |
42+
echo "=== Running PyInstaller from backend-fastapi directory ==="
43+
cd backend-fastapi/
44+
pyinstaller -F main.py
4245
4346
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."

0 commit comments

Comments
 (0)