Fix tea CLI asset upload syntax in release script
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+3
-6
@@ -215,14 +215,11 @@ if [ "${FORGE}" = "gitea" ]; then
|
||||
--note "${RELEASE_BODY}"
|
||||
|
||||
# Upload assets
|
||||
for f in "${RELEASE_FILES[@]}"; do
|
||||
echo " Uploading $(basename "${f}")..."
|
||||
echo " Uploading assets..."
|
||||
tea release asset create \
|
||||
--repo "${REPO_OWNER_NAME}" \
|
||||
--tag "${TAG}" \
|
||||
--name "$(basename "${f}")" \
|
||||
--file "${f}"
|
||||
done
|
||||
"${TAG}" \
|
||||
"${RELEASE_FILES[@]}"
|
||||
|
||||
elif [ "${FORGE}" = "github" ]; then
|
||||
echo "Publishing to GitHub via gh..."
|
||||
|
||||
Reference in New Issue
Block a user