This commit is contained in:
Opportunity
2019-09-30 20:56:09 +08:00
Unverified
parent bdfe3c97d5
commit 991f1ea441
+1 -1
View File
@@ -37,7 +37,7 @@ async function selectVersion() {
if (!ver) throw new Error(`No matched releases of xmake-version: ${version}`) if (!ver) throw new Error(`No matched releases of xmake-version: ${version}`)
const sha = versions[ver] const sha = versions[ver]
core.info(`Selected xmake ${ver} (commit: ${sha.substr(0, 8)})`) core.info(`selected xmake v${ver} (commit: ${sha.substr(0, 8)})`)
return { version: ver, sha } return { version: ver, sha }
} }