From f04bfd4a86979ebccad059c1b2b873a7ce0c998e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 24 Apr 2020 15:24:43 -0700 Subject: GitHub Actions: use the Qt 5.13.2 based Android build container This is no longer created using GitHub actions (but all the necessary information is still included in this repo). We need to be able to shrink this container so our GitHub Action runs don't run out of disk space. Adjust the path where the resulting binaries are found with this build. Signed-off-by: Dirk Hohndel --- packaging/android/android-build-wrapper.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packaging') diff --git a/packaging/android/android-build-wrapper.sh b/packaging/android/android-build-wrapper.sh index f7152596b..53b5e7e6f 100755 --- a/packaging/android/android-build-wrapper.sh +++ b/packaging/android/android-build-wrapper.sh @@ -178,5 +178,4 @@ else bash "$SUBSURFACE_SOURCE"/packaging/android/build.sh -buildnr "$BUILDNR" arm64 $QUICK $RELEASE fi -ls -l ./subsurface-mobile-build-arm/build/outputs/apk/debug/*.apk - +ls -l subsurface-mobile-build-arm*/*mobile*/build/outputs/apk/*/*.apk -- cgit v1.2.3-70-g09d2