CI: upload debug apk

This commit is contained in:
Josia Pietsch 2024-11-11 20:10:27 +01:00
parent d22d20d8f9
commit 7a3208ae23
Signed by: jrpie
GPG key ID: E70B571D66986A2D

View file

@ -24,3 +24,9 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: upload apk
uses: actions/upload-artifact@v4
with:
name: launcher-debug-${{ github.sha }}.apk
path: app/build/outputs/apk/debug/app-debug.apk