Skip to content

Commit 43dadd4

Browse files
committed
onefile
1 parent 5c4b0ef commit 43dadd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python -m pip install pyinstaller
2626
- name: Build Executable Binary
2727
run: |
28-
pyinstaller check.py
28+
pyinstaller check.py --onefile
2929
ls -a dist
3030
- name: Upload binaries to release
3131
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)