From 11cdd2a6afff1341ff4925f308719649b1b1e77f Mon Sep 17 00:00:00 2001 From: dream_pep <98459127+dream-pep@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:32:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E7=AC=AC124/131=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI-Build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI-Build.yml b/.github/workflows/CI-Build.yml index 6c8dfb2..c37a736 100644 --- a/.github/workflows/CI-Build.yml +++ b/.github/workflows/CI-Build.yml @@ -121,14 +121,14 @@ jobs: - name: Update code shell: bash - working-directory:./ +# working-directory:./ run: | chmod a+x./.build/update_code.sh ./.build/update_code.sh - name: Build shell: bash - working-directory:./ +# working-directory:./ run: | chmod a+x./.build/build_osx.sh ./.build/build_osx.sh