We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4b0ef commit 43dadd4Copy full SHA for 43dadd4
.github/workflows/publish-binary.yml
@@ -25,7 +25,7 @@ jobs:
25
python -m pip install pyinstaller
26
- name: Build Executable Binary
27
run: |
28
- pyinstaller check.py
+ pyinstaller check.py --onefile
29
ls -a dist
30
- name: Upload binaries to release
31
uses: svenstaro/upload-release-action@v2
0 commit comments