From 79d75d3192db2435ef57195cef3f2ec387acd7fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Fri, 26 Jan 2024 19:58:45 +0100 Subject: [PATCH] Build `prepaid` type --- .github/workflows/testing-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing-build.yml b/.github/workflows/testing-build.yml index 2869f5ef..e5ab4dec 100644 --- a/.github/workflows/testing-build.yml +++ b/.github/workflows/testing-build.yml @@ -16,13 +16,13 @@ jobs: java-version: 17 distribution: 'temurin' - name: Build debug APK - run: ./gradlew assembleCoreDebug + run: ./gradlew assemblePrepaidDebug - name: Upload APK id: upload uses: actions/upload-artifact@v4 with: name: 'unsigned-app-debug' - path: 'app/build/outputs/apk/core/debug/launcher-core-debug.apk' + path: 'app/build/outputs/apk/**/*.apk' - name: Post a comment with APK url uses: thollander/actions-comment-pull-request@v2 with: