增加测试构工作流
This commit is contained in:
13
.github/workflows/BuildLauncher.yml
vendored
Normal file
13
.github/workflows/BuildLauncher.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: 构建启动器
|
||||||
|
on: workflow_dispatch
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-launcher:
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
steps:
|
||||||
|
- name: checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: build launcher
|
||||||
|
run: |
|
||||||
|
chmod a+x ./bin/*
|
||||||
|
./build-launcher.sh
|
||||||
Reference in New Issue
Block a user