mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 18:40:06 +00:00
11 lines
275 B
Bash
Executable File
11 lines
275 B
Bash
Executable File
#!/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"
|