Merge remote-tracking branch 'javihgil/master'
commit
9b61b808ec
|
@ -105,7 +105,8 @@ EOT
|
|||
}
|
||||
|
||||
$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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue