chore: flatten install packages (#85)
All checks were successful
/ build-debug (push) Successful in 4m21s

Co-authored-by: Peter Cai <peter@typeblog.net>
Reviewed-on: #85
Co-authored-by: septs <github@septs.pw>
Co-committed-by: septs <github@septs.pw>
This commit is contained in:
septs 2024-12-07 15:58:56 +01:00 committed by Peter Cai
parent fb8b6de350
commit acce39fd3b

View file

@ -35,11 +35,12 @@ jobs:
- name: Build Debug APKs
run: ./gradlew --no-daemon assembleDebug
- name: Copy Artifacts
run: find . -name 'app*-debug.apk' -exec cp {} . \;
- name: Upload Artifacts
uses: https://gitea.angry.im/actions/upload-artifact@v3
with:
name: Debug APKs
compression-level: 0
path: |
app-unpriv/build/outputs/apk/debug/app-unpriv-debug.apk
app/build/outputs/apk/debug/app-debug.apk
path: app*-debug.apk