Skip to content

Commit 40b89c0

Browse files
authored
Merge pull request #2 from evgenii-d/dev
Update app name in workflow
2 parents 010ab4b + 022faaf commit 40b89c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
pip install pyinstaller
6868
6969
- name: Create a one-file bundled executable
70-
run: pyinstaller -n app_${{ needs.check_build_number.outputs.number }}_${{ runner.os }} -F src/main.py
70+
run: pyinstaller -n bphs_${{ needs.check_build_number.outputs.number }}_${{ runner.os }} -F src/main.py
7171

7272
- name: Upload executable
7373
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)