mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Fixed bug on pathing
This commit is contained in:
parent
2800d14403
commit
764ead9576
2
dist/platforms/ubuntu/steps/build.sh
vendored
2
dist/platforms/ubuntu/steps/build.sh
vendored
@ -25,7 +25,7 @@ echo "Using build target \"$BUILD_TARGET\"."
|
||||
|
||||
echo "Using build path \"$BUILD_PATH\" to save file \"$BUILD_FILE\"."
|
||||
BUILD_PATH_FULL="$GITHUB_WORKSPACE/$BUILD_PATH"
|
||||
CUSTOM_BUILD_PATH="$BUILD_PATH_FULL/$BUILD_FILE"
|
||||
CUSTOM_BUILD_PATH="$BUILD_PATH_FULL/"
|
||||
|
||||
#
|
||||
# Set the build method, must reference one of:
|
||||
|
Loading…
Reference in New Issue
Block a user