We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c9acf commit c93c433Copy full SHA for c93c433
.github/workflows/python-app.yml
@@ -26,7 +26,7 @@ jobs:
26
run: pip install . && pip install pyinstaller
27
28
- name: Build with PyInstaller
29
- run: cd sim && pyinstaller --onefile --noconsole sim.py
+ run: cd sim && pyinstaller --onefile --noconsole sim/sim.py
30
31
- name: Zip the binary
32
run: |
0 commit comments