From 621b3adf148456e3b9a1ebd32b43e26429798c8a Mon Sep 17 00:00:00 2001 From: yanghuanglin Date: Fri, 21 Nov 2025 13:41:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/BuildLauncher.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/BuildLauncher.yml b/.github/workflows/BuildLauncher.yml index 46db221..933d333 100644 --- a/.github/workflows/BuildLauncher.yml +++ b/.github/workflows/BuildLauncher.yml @@ -7,8 +7,14 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 + - name: build launcher run: | chmod a+x ./bin/* chmod a+x build-launcher.sh - ./build-launcher.sh -l -c \ No newline at end of file + ./build-launcher.sh -l -c + + - name: upload + uses: actions/upload-artifact@v4 + with: + path: build-output/*.zip \ No newline at end of file