.ci\android\upload.sh: follow naming convention of other artifacts (#6440)
This commit is contained in:
parent
0da25736d9
commit
89db2e323a
|
@ -2,7 +2,7 @@
|
|||
|
||||
. ./.ci/common/pre-upload.sh
|
||||
|
||||
REV_NAME="citra-${GITDATE}-${GITREV}"
|
||||
REV_NAME="citra-android-${GITDATE}-${GITREV}"
|
||||
[ "${GITHUB_REPOSITORY}" = "citra-emu/citra-canary" ] &&
|
||||
BUILD_FLAVOR=canary ||
|
||||
BUILD_FLAVOR=nightly
|
||||
|
|
Reference in New Issue