more logical naming for the Android apk

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2023-12-07 02:53:14 -08:00
parent c0c361f40f
commit c609bc9446
2 changed files with 2 additions and 4 deletions

View file

@ -51,8 +51,6 @@ jobs:
git config --global --add safe.directory ${SUBSURFACE_REPO_PATH}
git config --global --add safe.directory ${SUBSURFACE_REPO_PATH}/libdivecomputer
bash -x ./subsurface/packaging/android/qmake-build.sh
artifacts=$(find $(pwd) -name \*.apk)
echo "artifacts=$artifacts" >> $GITHUB_OUTPUT
- name: upload binaries
uses: softprops/action-gh-release@v1
@ -62,4 +60,4 @@ jobs:
body: CICD release artifact
fail_on_unmatched_files: false
files: |
${{ steps.build.ouputs.artifacts }}
Subsurface-mobile*.apk

View file

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