Fixed bug on pathing

This commit is contained in:
sls-socrates-itumay 2024-02-08 22:10:56 +08:00 committed by GitHub
parent 2800d14403
commit 764ead9576
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ echo "Using build target \"$BUILD_TARGET\"."
echo "Using build path \"$BUILD_PATH\" to save file \"$BUILD_FILE\"." echo "Using build path \"$BUILD_PATH\" to save file \"$BUILD_FILE\"."
BUILD_PATH_FULL="$GITHUB_WORKSPACE/$BUILD_PATH" 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: # Set the build method, must reference one of: