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
fail_on_unmatched_files: true
files: |
"$GITHUB_WORKSPACE"/Subsurface-mobile*.apk
Subsurface-mobile-${{ steps.version_number.outputs.version }}.apk
- name: delete the keystore
if: github.event_name == 'push'