mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-29 23:09:48 +00:00
Update android.yml
This commit is contained in:
parent
c28a65f1e0
commit
3ff5e7b1ad
1 changed files with 5 additions and 1 deletions
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue