From 0e934f511e15cc97035f2d1df063a81a975dc317 Mon Sep 17 00:00:00 2001 From: MrSluffy Date: Sun, 3 Nov 2024 18:53:36 +0800 Subject: [PATCH] use release build for now since jars are release atm --- .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 1677ff5a53..c92cb9b64e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: echo ${{ secrets.KEYSTORE }} | base64 --decode > ${{ github.workspace }}/key.jks fi - name: Build debug APK - run: ./gradlew assembleLawnWithQuickstepGithubDebug assembleLawnWithQuickstepPlayDebug + run: ./gradlew assembleLawnWithQuickstepGithubRelease - name: Upload artifact uses: actions/upload-artifact@v4 with: