From 764ead95765b0a4c03ed48ea4cc8959ba905aef7 Mon Sep 17 00:00:00 2001 From: sls-socrates-itumay <107040219+sls-socrates-itumay@users.noreply.github.com> Date: Thu, 8 Feb 2024 22:10:56 +0800 Subject: [PATCH] Fixed bug on pathing --- dist/platforms/ubuntu/steps/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/platforms/ubuntu/steps/build.sh b/dist/platforms/ubuntu/steps/build.sh index 4cdb3e89..e60416c1 100755 --- a/dist/platforms/ubuntu/steps/build.sh +++ b/dist/platforms/ubuntu/steps/build.sh @@ -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: