2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-24 02:40:41 +01:00

ci: sign apk and fix filename

This commit is contained in:
mittorn 2019-09-27 02:58:17 +07:00
parent 75aaf1c66d
commit 3ce014d5f5

View File

@ -84,7 +84,8 @@ jobs:
- sh compile.sh
after_script:
- ccache --show-stats
- sh ../scripts/continious_upload.sh xash3d-fwgs.apk
- apksigner sign --ks debug.keystore xashdroid.apk
- sh ../scripts/continious_upload.sh xashdroid.apk
# - # ...
# name: "Build for Windows MinGW"