From 4fc05b73b1b38206a68041b9e0fdd06778e590c8 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Wed, 9 Sep 2026 14:00:34 -0300 Subject: [PATCH] =?UTF-8?q?F6.1=20=C2=B7=20artefacto=20APK=200.15.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3f6379b..610cab4 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,5 +1,5 @@ name: Android APK -# F6: genera una APK debug verificable contra la API productiva F6. +# F6.1: genera una APK debug verificable contra la API productiva F6.1. on: push: @@ -11,6 +11,7 @@ on: - 'feature/f2-4*' - 'feature/f3-1*' - 'feature/f3-2*' + - 'feature/f6-1*' paths: - 'android-app/**' - '.github/workflows/android.yml' @@ -62,7 +63,7 @@ jobs: - name: Upload APK uses: actions/upload-artifact@v4 with: - name: DH-Inspeccion-F6-0.14.0-debug + name: DH-Inspeccion-F6.1-0.15.0-debug path: android-app/app/build/outputs/apk/debug/app-debug.apk if-no-files-found: error retention-days: 30 \ No newline at end of file