Skip to content

Commit b050fc0

Browse files
committed
修改打包名称
1 parent b906541 commit b050fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Package with pyinstaller (Win7 兼容)
5252
run: |
5353
$nextVersion = "${{ needs.get-next-version.outputs.next_version }}"
54-
pyinstaller --onefile --name "myapp-$nextVersion-windows" --win-private-assemblies main.py
54+
pyinstaller -w --onefile --name "ExamCoutndown-$nextVersion-windows" --win-private-assemblies main.py
5555
shell: pwsh
5656

5757
- name: Upload Windows artifact

0 commit comments

Comments
 (0)