create the APK with an apk build

Using the apk that is built as a side effect of an aab build does not work.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2023-12-07 17:39:32 -08:00
parent 6bbade9845
commit 1d150b106d

View file

@ -403,5 +403,5 @@ if [ "$QUICK" = "" ] ; then
fi
# now build the Subsurface aab
make aab
mv $(find . -name android-build-debug.apk) "$GITHUB_WORKSPACE"/Subsurface-mobile-"$CANONICALVERSION".apk
make apk
mv $(find . -name Subsurface-mobile.apk) "$GITHUB_WORKSPACE"/Subsurface-mobile-"$CANONICALVERSION".apk