Skip to content

Commit e83469e

Browse files
author
aaronw-dev
committed
changa
1 parent 325c6dc commit e83469e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,10 @@ jobs:
2929
# pip install -r requirements.txt
3030
3131
- name: Build client executable
32-
uses: Martin005/[email protected]
33-
with:
34-
script: client.py
35-
options: --onefile --console
32+
run: pyinstaller --onefile --console client.py
3633

3734
- name: Build server executable
38-
uses: Martin005/[email protected]
39-
with:
40-
script: server.py
41-
options: --onefile --console
35+
run: pyinstaller --onefile --console server.py
4236

4337
- name: Upload executables
4438
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)