Fix Android APK renaming

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2023-12-07 04:32:24 -08:00
parent e95fbb7279
commit f0ef8b51fc

View file

@ -404,4 +404,4 @@ fi
# now build the Subsurface aab # now build the Subsurface aab
make aab make aab
mv subsurface-mobile-build/android-build/build/outputs/apk/debug/android-build-debug.apk Subsurface-mobile-"$CANONICAL_VERSION".apk mv $(find . -name android-build-debug.apk) "$GITHUB_WORKSPACE"/Subsurface-mobile-"$CANONICALVERSION".apk