F2.3 CI: compilar APK 0.10.2

This commit is contained in:
2026-09-07 08:31:51 -03:00
parent acb2488025
commit 3988918023
+2 -1
View File
@@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- 'feature/f2-2*' - 'feature/f2-2*'
- 'feature/f2-3*'
paths: paths:
- 'android-app/**' - 'android-app/**'
- '.github/workflows/android.yml' - '.github/workflows/android.yml'
@@ -53,7 +54,7 @@ jobs:
- name: Upload APK - name: Upload APK
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: DH-Inspeccion-F2.2.1-0.10.1-debug name: DH-Inspeccion-F2.3-0.10.2-debug
path: android-app/app/build/outputs/apk/debug/app-debug.apk path: android-app/app/build/outputs/apk/debug/app-debug.apk
if-no-files-found: error if-no-files-found: error
retention-days: 14 retention-days: 14