1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

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

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