chore: flatten install packages #85
1 changed files with 4 additions and 3 deletions
|
@ -35,11 +35,12 @@ jobs:
|
||||||
- name: Build Debug APKs
|
- name: Build Debug APKs
|
||||||
run: ./gradlew --no-daemon assembleDebug
|
run: ./gradlew --no-daemon assembleDebug
|
||||||
|
|
||||||
|
- name: Copy Artifacts
|
||||||
|
run: find . -name 'app*-debug.apk' -exec cp {} . \;
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: https://gitea.angry.im/actions/upload-artifact@v3
|
uses: https://gitea.angry.im/actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Debug APKs
|
name: Debug APKs
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
path: |
|
path: app*-debug.apk
|
||||||
app-unpriv/build/outputs/apk/debug/app-unpriv-debug.apk
|
|
||||||
app/build/outputs/apk/debug/app-debug.apk
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue