From 3711287ad500c835ed938713519d99778887f2fa Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:01:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8D=E4=B8=8A=E4=BC=A0APK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index e2af3bd..b2d4645 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -40,7 +40,7 @@ jobs: run: ./gradlew assembleRelease - name: Upload APK - if: success() && github.event_name != 'pull_request' && github.ref == 'refs/heads/main' && github.repository == 'Super12138/ToDo' + if: success() && github.event_name != 'pull_request' && github.repository == 'Super12138/ToDo' uses: actions/upload-artifact@v4.5.0 with: name: Release