mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-07-03 03:12:50 +02:00
try to fix the space issue
This commit is contained in:
parent
7727f04a91
commit
4fc87e2891
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user