尝试生成macos-x86架构包

This commit is contained in:
xunbu
2025-08-25 13:00:09 +08:00
parent d5024d573d
commit 1bcc010bec
2 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -28,7 +28,9 @@ jobs:
# 第 4 步: 安装依赖
- name: Install dependencies with uv
run: uv sync --no-dev
run: |
rm -f uv.lock
uv sync --no-dev
# 第 5 步: 安装 UPX (简化版本)
- name: Install UPX