Skip to content

Commit 45efacd

Browse files
committed
feat: added pyinstaller install to the action
1 parent 36e4b79 commit 45efacd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Install dependencies
3434
run: pip install -r requirements.txt
3535

36+
- name: Install pyinstaller
37+
run: pip install pyinstaller
38+
3639
- name: Build with PyInstaller
3740
run: |
3841
pyinstaller --onefile game_client.py

0 commit comments

Comments
 (0)