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 c93c433 commit fb1d50dCopy full SHA for fb1d50d
.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/sim.py
+ run: pyinstaller --onefile --noconsole sim/sim.py
30
31
- name: Zip the binary
32
run: |
0 commit comments