From a985fba96a466929a8c7962726f53bf196f8d0c2 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Tue, 8 Sep 2026 23:22:00 -0300 Subject: [PATCH] ci(android): publish F5 0.13.0 debug APK --- .github/workflows/android.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 6364f37..140fb64 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,9 +1,11 @@ name: Android APK -# F3.2: genera la APK debug verificable antes de promover la integración multi-Acta. +# F5: genera una APK debug verificable contra la API productiva F5. on: push: branches: + - 'main' + - 'release/f5-android-test' - 'feature/f2-2*' - 'feature/f2-3*' - 'feature/f2-4*' @@ -16,6 +18,8 @@ on: paths: - 'android-app/**' - 'api-v3/src/auth/**' + - 'api-v3/src/inspection-visits/**' + - 'api-v3/src/inspection-acts/**' - '.github/workflows/android.yml' workflow_dispatch: @@ -58,7 +62,7 @@ jobs: - name: Upload APK uses: actions/upload-artifact@v4 with: - name: DH-Inspeccion-F3.2-0.12.0-debug + name: DH-Inspeccion-F5-0.13.0-debug path: android-app/app/build/outputs/apk/debug/app-debug.apk if-no-files-found: error - retention-days: 14 + retention-days: 30