mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-22 22:11:27 +01:00
CI: upload debug apk
This commit is contained in:
parent
d22d20d8f9
commit
7a3208ae23
1 changed files with 6 additions and 0 deletions
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue