Add apk archive step to action
This commit is contained in:
parent
41d6ebcf03
commit
c69857f0c2
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@ -29,3 +29,9 @@ jobs:
|
||||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
|
||||
- name: Archive APK
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app-release.apk
|
||||
path: app/build/outputs/apk/release/app-release.apk
|
||||
Loading…
x
Reference in New Issue
Block a user