Better APK name for releases
This commit is contained in:
parent
670f255511
commit
8c71e782a7
2 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,7 @@ deploy:
|
||||||
- deploy/Unciv-Windows32.zip
|
- deploy/Unciv-Windows32.zip
|
||||||
- deploy/Unciv-Windows64.zip
|
- deploy/Unciv-Windows64.zip
|
||||||
- deploy/linuxFilesForJar.zip
|
- deploy/linuxFilesForJar.zip
|
||||||
- android/build/outputs/apk/release/android-release-unsigned.apk
|
- android/build/outputs/apk/release/Unciv-release-unsigned.apk
|
||||||
on:
|
on:
|
||||||
repo: yairm210/Unciv
|
repo: yairm210/Unciv
|
||||||
tags: true
|
tags: true
|
||||||
|
|
|
@ -23,6 +23,8 @@ android {
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 337
|
versionCode 337
|
||||||
versionName "3.3.6"
|
versionName "3.3.6"
|
||||||
|
|
||||||
|
archivesBaseName = "Unciv"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Had to add this crap for Travis to build, it wanted to sign the app
|
// Had to add this crap for Travis to build, it wanted to sign the app
|
||||||
|
|
Loading…
Reference in a new issue