Archive command shows created package path
parent
f1aa655e61
commit
dd7243fc01
|
@ -105,7 +105,8 @@ EOT
|
||||||
}
|
}
|
||||||
|
|
||||||
$io->writeError('<info>Creating the archive into "'.$dest.'".</info>');
|
$io->writeError('<info>Creating the archive into "'.$dest.'".</info>');
|
||||||
$archiveManager->archive($package, $format, $dest);
|
$packagePath = $archiveManager->archive($package, $format, $dest);
|
||||||
|
$io->writeError('Created archive file path: "'.$packagePath.'"');
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue