mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Fix path issue
This commit is contained in:
parent
fed6cefa81
commit
e904ab6232
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ class Builds extends Action
|
|||
);
|
||||
}
|
||||
|
||||
$tmpPath = '/tmp/builds/' . $deployment;
|
||||
$tmpPath = '/tmp/builds/' . $deploymentId;
|
||||
$tmpPathFile = $tmpPath . '/code.tar.gz';
|
||||
$localDevice = new Local();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue