尝试生成macos-x86架构包

This commit is contained in:
xunbu
2025-08-25 12:57:49 +08:00
parent bce4e6316b
commit d5024d573d
3 changed files with 3 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ jobs:
# 步骤 5: 使用 uv 安装项目依赖
- name: Install dependencies with uv
run: uv sync
run: uv sync --no-dev
# 步骤 6: 安装 UPX (用于压缩可执行文件)
- name: Install UPX