mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
build-system: fix the APK filename for release upload
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
506a96f1f6
commit
c2acdafcdf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue