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.
2 parents 010ab4b + 022faaf commit 40b89c0Copy full SHA for 40b89c0
.github/workflows/build_main.yml
@@ -67,7 +67,7 @@ jobs:
67
pip install pyinstaller
68
69
- name: Create a one-file bundled executable
70
- run: pyinstaller -n app_${{ needs.check_build_number.outputs.number }}_${{ runner.os }} -F src/main.py
+ run: pyinstaller -n bphs_${{ needs.check_build_number.outputs.number }}_${{ runner.os }} -F src/main.py
71
72
- name: Upload executable
73
uses: actions/upload-artifact@v4
0 commit comments