安装pyinstaller

This commit is contained in:
xunbu
2025-08-28 23:12:25 +08:00
parent 58b6d24076
commit 277182ed69

View File

@@ -39,6 +39,7 @@ jobs:
# 第 6 步: 运行 PyInstaller # 第 6 步: 运行 PyInstaller
- name: Build the application with PyInstaller - name: Build the application with PyInstaller
run: | run: |
uv pip install pyinstaller
uv run pyinstaller full.spec --noconfirm uv run pyinstaller full.spec --noconfirm
# 第 7 步: 上传 exe 文件作为构建产物 # 第 7 步: 上传 exe 文件作为构建产物