From 966d93274c0d323e73a66f7acd5caca952ff7cbe Mon Sep 17 00:00:00 2001 From: niuzhiyun <30853657+niuzhiyun@users.noreply.github.com> Date: Tue, 14 Jul 2026 17:08:53 +0800 Subject: [PATCH] Update CoreCloudBuildService.php --- niucloud/app/service/core/niucloud/CoreCloudBuildService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niucloud/app/service/core/niucloud/CoreCloudBuildService.php b/niucloud/app/service/core/niucloud/CoreCloudBuildService.php index 365c8796b..510a9d1e0 100644 --- a/niucloud/app/service/core/niucloud/CoreCloudBuildService.php +++ b/niucloud/app/service/core/niucloud/CoreCloudBuildService.php @@ -372,7 +372,7 @@ class CoreCloudBuildService extends BaseCoreService } else { // 压缩包解压失败 尝试重新下载 if (!isset($this->build_task[ 'retry' ])) { - unlink($zipFile); + unlink($zip_file); $this->build_task['retry'] = 1; unset($this->build_task['index']); Cache::set($this->cache_key, $this->build_task);