Update android.yml

This commit is contained in:
NOURELDEEN ELSAYED 2024-10-30 03:58:48 +03:00 committed by GitHub
parent c28a65f1e0
commit 3ff5e7b1ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,11 @@ jobs:
run: chmod +x ./gradlew
- name: Build Android app in release mode
run: ./gradlew assembleRelease
run: ./gradlew assembleRelease
- name: List APK Output Directory
run: |
ls -l app/build/outputs/apk/release/
- name: Upload APK
uses: actions/upload-artifact@v3