Skip to content

Commit

Permalink
Fix deb package builds
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Feb 25, 2025
1 parent c018656 commit 4dd9dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ function assemble_deb() {

# Move to the root folder, copy the package and clean.
cd ../../..
package_name="wazuh-indexer_${version}-${REVISION}_${SUFFIX}.${EXT}"
package_name="wazuh-indexer_${PRODUCT_VERSION}-${REVISION}_${SUFFIX}.${EXT}"
# debmake creates the package one level above
cp "${TMP_DIR}/../${package_name}" "${OUTPUT}/dist/$ARTIFACT_PACKAGE_NAME"

Expand Down

0 comments on commit 4dd9dda

Please sign in to comment.