Skip to content

Commit fb1d50d

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

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/sim.py
29+
run: pyinstaller --onefile --noconsole sim/sim.py
3030

3131
- name: Zip the binary
3232
run: |

0 commit comments

Comments
 (0)