diff --git a/.github/workflows/BuildLauncher.yml b/.github/workflows/BuildLauncher.yml new file mode 100644 index 0000000..d20229a --- /dev/null +++ b/.github/workflows/BuildLauncher.yml @@ -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 \ No newline at end of file