refactor: flat pkgs
This commit is contained in:
parent
df30c70806
commit
b1d6dca714
1 changed files with 3 additions and 7 deletions
|
@ -35,16 +35,12 @@ jobs:
|
|||
- name: Build Debug APKs
|
||||
run: ./gradlew --no-daemon assembleDebug
|
||||
|
||||
- name: Copy install packages
|
||||
run: |
|
||||
cp app-unpriv/build/outputs/apk/debug/app-unpriv-debug.apk .
|
||||
cp app/build/outputs/apk/debug/app-debug.apk .
|
||||
- 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-debug.apk
|
||||
app-debug.apk
|
||||
path: app*-debug.apk
|
||||
|
|
Loading…
Add table
Reference in a new issue