From 74bbe9ea376d2682bfd49423760e313e35bfef4d Mon Sep 17 00:00:00 2001 From: yanghuanglin Date: Fri, 21 Nov 2025 12:46:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95=E6=9E=84?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/BuildLauncher.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/BuildLauncher.yml 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