diff --git a/scripts/assemble.sh b/scripts/assemble.sh index 7ec5c34b1deaa..635d8a5fccdbe 100755 --- a/scripts/assemble.sh +++ b/scripts/assemble.sh @@ -236,6 +236,7 @@ function assemble_tar() { cd "${TMP_DIR}" PATH_CONF="./config" PATH_BIN="./bin" + PATH_BIN="./plugins" # Extract echo "Extract ${ARTIFACT_BUILD_NAME} archive" @@ -247,6 +248,8 @@ function assemble_tar() { # Swap configuration files add_configuration_files + remove_unneeded_files + # Pack archive_name="wazuh-indexer-$(cat VERSION)" cd ..