1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Only assemble release for Android in CI

This commit is contained in:
Michał Janiszewski
2021-12-18 23:38:15 +01:00
committed by Gymnasiast
parent dccc610f17
commit a80025f87d

View File

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