Packages path fix
Publish PHP Package / docker (push) Successful in 5s Details

This commit is contained in:
wrenge 2024-09-12 10:32:32 +03:00
parent 1d5a3744ce
commit 3bc73375c4
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ task('upm_vendor_push', function($args) {
$relpath = $args[0];
$commit_msg = $args[1];
$repo = realpath("$GAME_ROOT/unity/packages/$relpath");
$repo = realpath("$GAME_ROOT/unity/Packages/$relpath");
if(!$repo)
throw new Exception("Failed to find a valid directory for '$relpath'\n");