Update CIs and documents to make naming of generated binaries consistent (#1823)

This commit is contained in:
TianlongLiang
2022-12-24 09:17:39 +08:00
committed by GitHub
parent d04f3988c3
commit 6fd8001eb6
6 changed files with 97 additions and 58 deletions

View File

@ -27,7 +27,7 @@ const WAMR_LLDB_NOT_SUPPORTED_ERROR = new Error(
function getLLDBUnzipFilePath(destinationFolder: string, filename: string) {
const dirs = filename.split('/');
if (dirs[0] === 'inst') {
if (dirs[0] === 'wamr-lldb') {
dirs.shift();
}