更新工作流

This commit is contained in:
2025-11-21 19:02:06 +08:00
parent 98b0541d0a
commit 8cb587ed3a

View File

@@ -46,6 +46,7 @@ jobs:
chmod a+x bin/*
cp bin/* /usr/bin/
apt update -y
apt install nodejs -y
# 创建脚本目录和输出目录
echo "创建脚本目录${{ env.BUILD_SCRIPT_DIR }}和输出目录${{ env.BUILD_SCRIPT_OUTPUT_DIR }}"
@@ -58,11 +59,6 @@ jobs:
# 复制构建脚本
cp build.sh ${{ env.BUILD_SCRIPT_DIR }}
- name: 设置 Node.js
uses: actions/setup-node@v4
with:
node-version: ''
- name: 获取Managed.zip
id: managed
if: ${{ github.event.inputs.build_modules == 'true' }}