From 2415b836fb05aceef3e07498a808783db2ba49ac Mon Sep 17 00:00:00 2001 From: Damontecres Date: Sun, 14 Dec 2025 19:10:38 -0500 Subject: [PATCH] PR updates --- .github/workflows/pr.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 32e8e745..1d17c1fe 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -43,8 +43,8 @@ jobs: - name: Build app id: buildapp run: | - ./gradlew clean assembleDebug bundleDebug testDebugUnitTest --no-daemon - apks=$(find app/build/outputs/ -name '*.apk' -or -name '*.aab' -print0 | tr '\0' ',' | sed 's/,$//') + ./gradlew clean assembleDebug bundleDebugtestDebugUnitTest --no-daemon + apks=$(find app/build/outputs \( -name '*.apk' -or -name '*.aab' \) -print0 | tr '\0' ',' | sed 's/,$//') echo "apks=$apks" >> "$GITHUB_OUTPUT" - name: Tar build dirs run: | @@ -72,3 +72,4 @@ jobs: - name: Test applying patch run: | git apply app/src/patches/play_store.patch + git diff