Skip to content

Commit c93c433

Browse files
authored
Update python-app.yml
1 parent 40c9acf commit c93c433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pip install . && pip install pyinstaller
2727

2828
- name: Build with PyInstaller
29-
run: cd sim && pyinstaller --onefile --noconsole sim.py
29+
run: cd sim && pyinstaller --onefile --noconsole sim/sim.py
3030

3131
- name: Zip the binary
3232
run: |

0 commit comments

Comments
 (0)