Skip to content

Commit

Permalink
Attemtp to fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Mar 26, 2024
1 parent 2510fa9 commit 4c8233b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ function main() {
echo "Assembling wazuh-indexer for $PLATFORM-$DISTRIBUTION-$ARCHITECTURE"

VERSION=$(bash scripts/upstream_version.sh)
ARTIFACT_BUILD_NAME=$(ls "${OUTPUT}/dist/" | grep "wazuh-indexer-min_.*$SUFFIX.*\.$EXT")
ARTIFACT_BUILD_NAME=$(ls "${OUTPUT}/dist/" | grep "wazuh-indexer-min.*$SUFFIX.*\.$EXT")
ARTIFACT_PACKAGE_NAME=${ARTIFACT_BUILD_NAME/-min/}

# Create temporal directory and copy the min package there for extraction
Expand Down

0 comments on commit 4c8233b

Please sign in to comment.