1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

build-system: fix the APK filename for release upload

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2024-01-10 16:08:48 -08:00
parent 506a96f1f6
commit c2acdafcdf

View file

@ -77,7 +77,7 @@ jobs:
prerelease: false prerelease: false
fail_on_unmatched_files: true fail_on_unmatched_files: true
files: | files: |
"$GITHUB_WORKSPACE"/Subsurface-mobile*.apk Subsurface-mobile-${{ steps.version_number.outputs.version }}.apk
- name: delete the keystore - name: delete the keystore
if: github.event_name == 'push' if: github.event_name == 'push'