F3.2 Android: activar CI y artefacto 0.12.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: Android APK
|
name: Android APK
|
||||||
# F3.1: este workflow genera la APK debug verificable de la rama antes de promoverla.
|
# F3.2: genera la APK debug verificable antes de promover la integración multi-Acta.
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -8,6 +8,7 @@ on:
|
|||||||
- 'feature/f2-3*'
|
- 'feature/f2-3*'
|
||||||
- 'feature/f2-4*'
|
- 'feature/f2-4*'
|
||||||
- 'feature/f3-1*'
|
- 'feature/f3-1*'
|
||||||
|
- 'feature/f3-2*'
|
||||||
paths:
|
paths:
|
||||||
- 'android-app/**'
|
- 'android-app/**'
|
||||||
- '.github/workflows/android.yml'
|
- '.github/workflows/android.yml'
|
||||||
@@ -57,7 +58,7 @@ jobs:
|
|||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: DH-Inspeccion-F3.1-0.11.0-debug
|
name: DH-Inspeccion-F3.2-0.12.0-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
|
||||||
|
|||||||
Reference in New Issue
Block a user