fix: update product names in release script for TDgpt

This commit is contained in:
chenhaoran 2025-03-25 16:21:06 +08:00
parent 48e0fa7675
commit adc519fec7
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@ if [ -z "$edition" ] || [ -z "$version" ]; then
exit 1
fi
if [ "$edition" == "enterprise" ]; then
productName="TDengine-enterprise-anode"
productName="TDengine-enterprise-TDgpt"
fi
if [ "$edition" == "community" ]; then
productName="TDengine-anode"
productName="TDengine-TDgpt"
fi
echo start to build release package, edition: ${edition}, version: ${version}