From 605d211be69817105c9d650483482f760a404f1a Mon Sep 17 00:00:00 2001 From: yanghuanglin Date: Fri, 21 Nov 2025 12:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/BuildLauncher.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/BuildLauncher.yml b/.github/workflows/BuildLauncher.yml index d20229a..8512b38 100644 --- a/.github/workflows/BuildLauncher.yml +++ b/.github/workflows/BuildLauncher.yml @@ -10,4 +10,5 @@ jobs: - name: build launcher run: | chmod a+x ./bin/* + chmod a+x build-launcher.sh ./build-launcher.sh \ No newline at end of file