mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue