From 069852583ea6f1545c618effc3473d17a78ac864 Mon Sep 17 00:00:00 2001 From: shadow3aaa Date: Mon, 4 Dec 2023 21:04:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ci-build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a18dc837..6c6accb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: export ANDROID_NDK_HOME=$(realpath ~/ndk_temp) export ANDROID_NDK_ROOT=$ANDROID_NDK_HOME chmod +x ./build.sh - ./build.sh --release -v + ./make.sh build --release -v - name: Upload uses: actions/upload-artifact@v3.1.3