Home
last modified time | relevance | path

Searched refs:artifactPaths (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/commands/
H A DEasDispatch.ts389 const artifactPaths = glob.sync('ios/build/Build/Products/*simulator/*.app', { constant
394 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', { constant
429 if (artifactPaths.length !== 1) {
430 logger.error(`Expected exactly one .apk file. Found: ${artifactPaths}`);
433 const file = fs.createReadStream(artifactPaths[0]);