We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b906541 commit b050fc0Copy full SHA for b050fc0
.github/workflows/python-package.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Package with pyinstaller (Win7 兼容)
52
run: |
53
$nextVersion = "${{ needs.get-next-version.outputs.next_version }}"
54
- pyinstaller --onefile --name "myapp-$nextVersion-windows" --win-private-assemblies main.py
+ pyinstaller -w --onefile --name "ExamCoutndown-$nextVersion-windows" --win-private-assemblies main.py
55
shell: pwsh
56
57
- name: Upload Windows artifact
0 commit comments