安装pyinstaller
This commit is contained in:
1
.github/workflows/build-windows-full.yml
vendored
1
.github/workflows/build-windows-full.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
||||
# 第 6 步: 运行 PyInstaller
|
||||
- name: Build the application with PyInstaller
|
||||
run: |
|
||||
uv pip install pyinstaller
|
||||
uv run pyinstaller full.spec --noconfirm
|
||||
|
||||
# 第 7 步: 上传 exe 文件作为构建产物
|
||||
|
||||
Reference in New Issue
Block a user