From 48ca659a60a14002a9a36e9da2051fef50145f8c Mon Sep 17 00:00:00 2001 From: Goooler Date: Thu, 5 Oct 2023 11:08:16 +0800 Subject: [PATCH] Update ci.yml --- .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 cd6bdcd72cf..20d98825a22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: gradle-home-cache-cleanup: true - run: ./gradlew assembleLawnWithQuickstepRelease - uses: actions/upload-artifact@v3 - if: github.ref == 'refs/heads/release' && github.event_name == 'push' + if: github.ref == 'refs/heads/trunk' && github.event_name == 'push' with: name: Release APK path: |