mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Fix Android APK renaming
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e95fbb7279
commit
f0ef8b51fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue