From bdaccb66d0c9daec84d5836b68aafd422bd15d6a Mon Sep 17 00:00:00 2001 From: enlineawork Date: Mon, 7 Sep 2026 08:51:33 -0300 Subject: [PATCH] F2.4 CI: compilar APK 0.10.3 --- .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 9758619..c81828d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -5,6 +5,7 @@ on: branches: - 'feature/f2-2*' - 'feature/f2-3*' + - 'feature/f2-4*' paths: - 'android-app/**' - '.github/workflows/android.yml' @@ -54,7 +55,7 @@ jobs: - name: Upload APK uses: actions/upload-artifact@v4 with: - name: DH-Inspeccion-F2.3-0.10.2-debug + name: DH-Inspeccion-F2.4-0.10.3-debug path: android-app/app/build/outputs/apk/debug/app-debug.apk if-no-files-found: error retention-days: 14