mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix path issue
This commit is contained in:
@@ -399,7 +399,7 @@ class Builds extends Action
|
||||
);
|
||||
}
|
||||
|
||||
$tmpPath = '/tmp/builds/' . $deployment;
|
||||
$tmpPath = '/tmp/builds/' . $deploymentId;
|
||||
$tmpPathFile = $tmpPath . '/code.tar.gz';
|
||||
$localDevice = new Local();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user