Skip to content

Commit

Permalink
Fix copying of packages at assemble.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Jan 10, 2024
1 parent ac77dc5 commit 29ba5b1
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 @@ -336,7 +336,7 @@ function main() {

echo "Assembling wazuh-indexer for $PLATFORM-$DISTRIBUTION-$ARCHITECTURE"

ARTIFACT_BUILD_NAME=$(ls "${OUTPUT}/dist/" | grep "wazuh-indexer-min_.*\.$EXT")
ARTIFACT_BUILD_NAME=$(ls "${OUTPUT}/dist/" | grep "wazuh-indexer-min_.*$ARCHITECTURE.*\.$EXT")

ARTIFACT_PACKAGE_NAME=${ARTIFACT_BUILD_NAME/min_/}

Expand Down

0 comments on commit 29ba5b1

Please sign in to comment.