Change Gradle target used in CI

This commit is contained in:
Michał Janiszewski 2021-12-17 23:19:30 +01:00 committed by Gymnasiast
parent abc2f5bbf6
commit b89ad36c94
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ jobs:
run: |
. scripts/setenv
pushd src/openrct2-android
./gradlew app:assemblePR
./gradlew app:assemble
popd
mkdir -p artifacts
mv src/openrct2-android/app/build/outputs/apk/arm/pr/app-arm-pr.apk artifacts/openrct2-arm.apk