更新工作流
This commit is contained in:
11
.github/workflows/BuildLauncher.yml
vendored
11
.github/workflows/BuildLauncher.yml
vendored
@@ -2,6 +2,15 @@ name: 构建启动器
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
runner_os:
|
||||||
|
description: 选择运行器系统
|
||||||
|
type: choice
|
||||||
|
required: true
|
||||||
|
default: 'ubuntu-latest'
|
||||||
|
options:
|
||||||
|
- ubuntu-latest
|
||||||
|
- ubuntu-24.04
|
||||||
|
- ubuntu-host
|
||||||
build_modules:
|
build_modules:
|
||||||
description: '构建 Modules'
|
description: '构建 Modules'
|
||||||
required: true
|
required: true
|
||||||
@@ -29,7 +38,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-spt:
|
build-spt:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ inputs.runner_os }}
|
||||||
container: refringe/spt-build-dotnet:2.1.0
|
container: refringe/spt-build-dotnet:2.1.0
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|||||||
Reference in New Issue
Block a user