mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-22 22:11:27 +01:00
update CI pipeline to use default build flavor
This commit is contained in:
parent
b5dcfeecec
commit
64ccc4f300
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -29,4 +29,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: launcher-debug-${{ github.sha }}.apk
|
name: launcher-debug-${{ github.sha }}.apk
|
||||||
path: app/build/outputs/apk/default/debug/app-debug.apk
|
path: app/build/outputs/apk/default/debug/app-default-debug.apk
|
||||||
|
|
Loading…
Add table
Reference in a new issue