try to fix the space issue

This commit is contained in:
stonedDiscord 2023-05-03 16:54:18 +02:00 committed by GitHub
parent 7727f04a91
commit 4fc87e2891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ fi
# Export for project
echo "Building $1 for $2"
mkdir -p $GITHUB_WORKSPACE/build/${SubDirectoryLocation:-""}
cd ${5-"$GITHUB_WORKSPACE"}
cd '${5-"$GITHUB_WORKSPACE"}'
godot --${mode} $2 $GITHUB_WORKSPACE/build/${SubDirectoryLocation:-""}$1
echo "Build Done"