CI: Andriod: Use sh to buld and create artifacts
This commit is contained in:
parent
c86c96467a
commit
564ae346d0
3 changed files with 24 additions and 16 deletions
10
.ci/android/upload.sh
Executable file
10
.ci/android/upload.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
. ./.ci/common/pre-upload.sh
|
||||
|
||||
REV_NAME="citra-${GITDATE}-${GITREV}"
|
||||
|
||||
cp src/android/app/build/outputs/apk/release/app-release.apk \
|
||||
"artifacts/${REV_NAME}.apk"
|
||||
cp src/android/app/build/outputs/bundle/release/app-release.aab \
|
||||
"artifacts/${REV_NAME}.aab"
|
Loading…
Add table
Add a link
Reference in a new issue