mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
more logical naming for the Android apk
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c0c361f40f
commit
c609bc9446
2 changed files with 2 additions and 4 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue