From 5f5c790301e3528cc4b5d3466b94607f57ad6b85 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Sun, 6 Sep 2026 21:30:50 -0300 Subject: [PATCH] ci: validar Android F2.2.1 --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 888cfa4..cf423e0 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -3,7 +3,7 @@ name: Android APK on: push: branches: - - feature/f2-2-android-v2 + - 'feature/f2-2*' paths: - 'android-app/**' - '.github/workflows/android.yml' @@ -53,7 +53,7 @@ jobs: - name: Upload APK uses: actions/upload-artifact@v4 with: - name: DH-Inspeccion-F2.2-0.10.0-debug + name: DH-Inspeccion-F2.2.1-0.10.1-debug path: android-app/app/build/outputs/apk/debug/app-debug.apk if-no-files-found: error retention-days: 14