diff --git a/.github/workflows/build-release/e107_make.php b/.github/workflows/build-release/e107_make.php index ae2c285ed..655cfe98e 100644 --- a/.github/workflows/build-release/e107_make.php +++ b/.github/workflows/build-release/e107_make.php @@ -249,7 +249,7 @@ class e107Build if ($rel['type'] == 'full') { - $this->CreateCoreImage(); // Create Image + $this->createCoreImage(); // Create Image } $this->copyCoreImage(); @@ -310,7 +310,8 @@ class e107Build unlink($tarfile); } // end loop - + $this->status('Removing export folder', true); + $this->rmdir($this->exportDir); } private function emptyExportDir()