尝试生成macos-x86架构包
This commit is contained in:
3
.github/workflows/build-macos-x86.yml
vendored
3
.github/workflows/build-macos-x86.yml
vendored
@@ -33,8 +33,7 @@ jobs:
|
||||
# 步骤 5: 使用 uv 安装项目依赖
|
||||
- name: Install dependencies with uv
|
||||
run: |
|
||||
rm uv.lock
|
||||
uv sync
|
||||
uv sync --no-dev
|
||||
|
||||
# 步骤 6: 安装 UPX (用于压缩可执行文件)
|
||||
- name: Install UPX
|
||||
|
||||
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
# 第 4 步: 安装依赖
|
||||
- name: Install dependencies with uv
|
||||
run: uv sync
|
||||
run: uv sync --no-dev
|
||||
|
||||
# 第 5 步: 安装 UPX (简化版本)
|
||||
- name: Install UPX
|
||||
|
||||
Reference in New Issue
Block a user