Add apk archive step to action

This commit is contained in:
Tim Kluge 2024-12-15 17:36:19 +01:00
parent 41d6ebcf03
commit c69857f0c2

View File

@ -29,3 +29,9 @@ jobs:
run: chmod +x gradlew run: chmod +x gradlew
- name: Build with Gradle - name: Build with Gradle
run: ./gradlew build 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