We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b00ca0 commit 1ca9c17Copy full SHA for 1ca9c17
dist/platforms/ubuntu/steps/build.sh
@@ -22,7 +22,7 @@ echo "Using build target \"$BUILD_TARGET\"."
22
#
23
# Display build path and file
24
25
-
+BUILD_PATH="build/$BUILD_NAME"
26
echo "Using build path \"$BUILD_PATH\" to save file \"$BUILD_FILE\"."
27
BUILD_PATH_FULL="$GITHUB_WORKSPACE/$BUILD_PATH"
28
CUSTOM_BUILD_PATH="$BUILD_PATH_FULL/$BUILD_FILE"
0 commit comments