尝试生成macos-x86架构包

This commit is contained in:
xunbu
2025-08-25 14:06:20 +08:00
parent ce5ecd5167
commit cdeea96fd8
5 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ jobs:
# 第 6 步: 运行 PyInstaller
- name: Build the application with PyInstaller
run: |
uv run pyinstaller lite.spec --noconfirm
uv run --no-dev pyinstaller lite.spec --noconfirm
# 第 7 步: 上传 exe 文件作为构建产物
- name: Upload Windows executable