ci: format apk output

This commit is contained in:
NextAlone 2022-02-20 00:07:57 +08:00
parent aad42cc8ae
commit 26bbd52878
No known key found for this signature in database
GPG Key ID: DBA7B0AEF8C1CD2C

View File

@ -7,7 +7,7 @@ def verName = "8.6.1-preview02"
def verCode = 601
if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1").trim()
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:%h -n 1").trim()
}
def officialVer = "8.6.1"