Skip to content

Commit 89ffefa

Browse files
ci: 移除修复venv路径的sed命令
该命令已不再需要,因为venv路径问题已通过其他方式解决
1 parent 1ae5f81 commit 89ffefa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ jobs:
103103
uv sync
104104
cd -
105105
106-
# 修复 venv 路径
107-
sed -i "s|${PWD}/${PKG}||g" "${PKG}/opt/${APP_NAME}/venv/bin/"* 2>/dev/null || true
108-
109106
# 启动脚本 (注意这里用 'EOF' 防止 $@ 被过早解析)
110107
cat > "${PKG}/usr/bin/${APP_NAME}" <<'EOF'
111108
#!/bin/bash

0 commit comments

Comments
 (0)