From 3446738619476fd6089fb9b89f5720556c790a75 Mon Sep 17 00:00:00 2001 From: f-galland Date: Wed, 16 Oct 2024 18:27:54 -0300 Subject: [PATCH] Change directory to repo root --- build-scripts/assemble.sh | 1 + 1 file changed, 1 insertion(+) 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)