chore: flatten install packages (#85)
All checks were successful
/ build-debug (push) Successful in 4m21s
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:
parent
fb8b6de350
commit
acce39fd3b
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue