mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-13 10:29:59 +01: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"
|