CI: Enable android artifacts

This commit is contained in:
Fijxu 2024-03-25 12:03:07 -03:00
parent 177bb48d6c
commit 068052078f
No known key found for this signature in database
GPG key ID: 32C1DDF333EDA6A4
3 changed files with 48 additions and 49 deletions

View file

@ -11,7 +11,7 @@ BUILD_FLAVOR="mainline"
BUILD_TYPE_LOWER="release"
BUILD_TYPE_UPPER="Release"
if [ "${GITHUB_REPOSITORY}" == "suyu-emu/suyu" ]; then
if [ "${GITHUB_REPOSITORY}" == "suyu/suyu" ]; then
BUILD_TYPE_LOWER="relWithDebInfo"
BUILD_TYPE_UPPER="RelWithDebInfo"
fi