Copy contents of updated builder folder

pull/14/head
Webber 2020-01-10 00:34:01 +01:00 committed by Webber Takken
parent 99254d8fe9
commit c32cf83386
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ if [ -z "$BUILD_METHOD" ]; then
# Create Editor directory if it does not exist
mkdir -p $UNITY_PROJECT_PATH/Assets/Editor/
# Copy the build script of Unity Builder action
cp -r /UnityBuilderAction $UNITY_PROJECT_PATH/Assets/Editor/
cp -r /UnityBuilderAction/Assets/Editor $UNITY_PROJECT_PATH/Assets/Editor/
# Set the Build method to that of UnityBuilder Action
BUILD_METHOD="UnityBuilderAction.Builder.BuildProject"
# Verify recursive paths