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
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user