Packages path fix
Publish PHP Package / docker (push) Successful in 5s
Details
Publish PHP Package / docker (push) Successful in 5s
Details
This commit is contained in:
parent
1d5a3744ce
commit
3bc73375c4
|
@ -49,7 +49,7 @@ task('upm_vendor_push', function($args) {
|
||||||
|
|
||||||
$relpath = $args[0];
|
$relpath = $args[0];
|
||||||
$commit_msg = $args[1];
|
$commit_msg = $args[1];
|
||||||
$repo = realpath("$GAME_ROOT/unity/packages/$relpath");
|
$repo = realpath("$GAME_ROOT/unity/Packages/$relpath");
|
||||||
|
|
||||||
if(!$repo)
|
if(!$repo)
|
||||||
throw new Exception("Failed to find a valid directory for '$relpath'\n");
|
throw new Exception("Failed to find a valid directory for '$relpath'\n");
|
||||||
|
|
Loading…
Reference in New Issue