.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
|
. ./.ci/common/pre-upload.sh
|
||||||
|
|
||||||
REV_NAME="citra-${GITDATE}-${GITREV}"
|
REV_NAME="citra-android-${GITDATE}-${GITREV}"
|
||||||
[ "${GITHUB_REPOSITORY}" = "citra-emu/citra-canary" ] &&
|
[ "${GITHUB_REPOSITORY}" = "citra-emu/citra-canary" ] &&
|
||||||
BUILD_FLAVOR=canary ||
|
BUILD_FLAVOR=canary ||
|
||||||
BUILD_FLAVOR=nightly
|
BUILD_FLAVOR=nightly
|
||||||
|
Loading…
Reference in New Issue
Block a user