From 0e14157a4476826a040976f6344b8933619c93f0 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Mon, 7 Sep 2026 14:39:03 -0300 Subject: [PATCH] F3.1 CI: compilar APK estructural 0.11.0 --- .github/workflows/android.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c81828d..5261f2f 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -6,6 +6,7 @@ on: - 'feature/f2-2*' - 'feature/f2-3*' - 'feature/f2-4*' + - 'feature/f3-1*' paths: - 'android-app/**' - '.github/workflows/android.yml' @@ -55,7 +56,7 @@ jobs: - name: Upload APK uses: actions/upload-artifact@v4 with: - name: DH-Inspeccion-F2.4-0.10.3-debug + name: DH-Inspeccion-F3.1-0.11.0-debug path: android-app/app/build/outputs/apk/debug/app-debug.apk if-no-files-found: error retention-days: 14