.ci\android\upload.sh: follow naming convention of other artifacts (#6440)

This commit is contained in:
SachinVin 2023-04-16 23:23:17 +05:30 committed by GitHub
parent 0da25736d9
commit 89db2e323a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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