change project dir

This commit is contained in:
stonedDiscord 2023-05-03 17:05:40 +02:00 committed by GitHub
parent 4fc87e2891
commit 910d4eab43
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 "$GITHUB_WORKSPACE/$5"
godot --${mode} $2 $GITHUB_WORKSPACE/build/${SubDirectoryLocation:-""}$1
echo "Build Done"