1
0
mirror of https://github.com/citra-emu/citra.git synced 2025-04-15 23:30:08 +00:00

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

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

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