From 39e0f33e7f60816bef7182800b649f9bed1161dd Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:58:27 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20=E5=8F=96=E6=B6=88=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=AD=BE=E5=90=8D?= 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 c07671b..8cde5e2 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.repository == 'Super12138/ToDo' + if: success() && github.event_name != 'pull_request' && github.ref == 'refs/heads/main' && github.repository == 'Super12138/ToDo' uses: actions/upload-artifact@v4.5.0 with: name: Release