Searched refs:artifactPaths (Results 1 – 1 of 1) sorted by relevance
389 const artifactPaths = glob.sync('ios/build/Build/Products/*simulator/*.app', { constant394 if (artifactPaths.length !== 1) {395 logger.error(`Expected exactly one .app directory. Found: ${artifactPaths}.`);397 await spawnAsync('tar', ['-zcvf', tmpTarGzPath, '-C', artifactPaths[0], '.'], {424 const artifactPaths = glob.sync('android/app/build/outputs/**/*.apk', { constant429 if (artifactPaths.length !== 1) {430 logger.error(`Expected exactly one .apk file. Found: ${artifactPaths}`);433 const file = fs.createReadStream(artifactPaths[0]);