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:
committed by
Gymnasiast
parent
dccc610f17
commit
a80025f87d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user