增加测试构工作流

This commit is contained in:
2025-11-21 12:46:12 +08:00
parent decff93484
commit 74bbe9ea37

13
.github/workflows/BuildLauncher.yml vendored Normal file
View 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