更新工作流
This commit is contained in:
6
.github/workflows/BuildLauncher.yml
vendored
6
.github/workflows/BuildLauncher.yml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user