Skip to content

Commit ef74241

Browse files
authored
Fix recursive path (#160)
1 parent 3d7e4a8 commit ef74241

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

action/steps/build.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if [ -z "$BUILD_METHOD" ]; then
4848
# Create Editor directory if it does not exist
4949
mkdir -p "$UNITY_PROJECT_PATH/Assets/Editor/"
5050
# Copy the build script of Unity Builder action
51-
cp -r "/UnityBuilderAction/Assets/Editor" "$UNITY_PROJECT_PATH/Assets/Editor/"
51+
cp -R "/UnityBuilderAction/Assets/Editor/" "$UNITY_PROJECT_PATH/Assets/Editor/"
5252
# Set the Build method to that of UnityBuilder Action
5353
BUILD_METHOD="UnityBuilderAction.Builder.BuildProject"
5454
# Verify recursive paths

0 commit comments

Comments
 (0)