From d1417704e24fede59f9660bdd96cbe30914dac1f Mon Sep 17 00:00:00 2001 From: HapeLee <1321903405@qq.com> Date: Mon, 29 Sep 2025 02:51:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E6=97=A7=E5=BE=AE=E6=93=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9afcc7d5..280e764f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -125,7 +125,7 @@ jobs: with: name: APKs path: | - $GITHUB_WORKSPACE/app/build/outputs/apk/release/*/*/*.apk + $GITHUB_WORKSPACE/app/build/outputs/apk/app/release/*.apk - name: Upload Mapping File To Artifact uses: actions/upload-artifact@v4