Skip to content

Commit e0610c0

Browse files
committed
Fix command line args for pyinstaller
1 parent fc101cc commit e0610c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: pip install -r requirements.txt pyinstaller
2424

2525
- name: Package
26-
run: pyinstaller main.py
26+
run: pyinstaller main.py --onefile --name obs-websocket-http
2727

2828
- name: Upload Artifacts
2929
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)