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:
parent
6bbade9845
commit
1d150b106d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user