Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtyd committed Feb 8, 2024
1 parent 6cdc892 commit abb1438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Commands/ExtractBuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ private function extractBuild(): void
$zipFile = File::name($this->build->getTarName()) . DIRECTORY_SEPARATOR . $this->build->getTarName();
// dd($zipFile,$this->build->getTarName());
$zip = new ZipArchive();
var_dump($zipFile);
if ($zip->open($zipFile) !== true) {
throw new \Exception("The build $zipFile could not be extracted.");
}
Expand Down

0 comments on commit abb1438

Please sign in to comment.