diff --git a/build-scripts/assemble.sh b/build-scripts/assemble.sh index 9b1e4d7aee24f..5f8c4465e521a 100644 --- a/build-scripts/assemble.sh +++ b/build-scripts/assemble.sh @@ -271,6 +271,7 @@ function assemble_tar() { # Extract echo "Extract ${ARTIFACT_BUILD_NAME} archive" tar -zvxf "${ARTIFACT_BUILD_NAME}" + cd .. local version version=$(cat VERSION)