Upload APK artifact once CI is done

This commit is contained in:
Alexander Bakker 2022-05-16 18:48:20 +02:00
parent f32ac0e8ab
commit fff81b0ee3

View file

@ -10,3 +10,7 @@ jobs:
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- name: Build the app
run: ./gradlew build
- uses: actions/upload-artifact@v3
with:
name: apk
path: app/build/outputs/apk/debug/app-debug.apk