check release id info
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 22s

This commit is contained in:
luo980 2025-02-18 04:43:26 +08:00
parent b690745eb2
commit 5328f64726

View File

@ -68,6 +68,9 @@ jobs:
# 提取 Release ID
RELEASE_ID=$(echo "$RELEASE_DATA" | jq -r '.id')
echo "Release ID: "
echo "$RELEASE_DATA"
# 上传文件
curl -X POST -H "Authorization: token $GITEA_TOKEN" \
-H "Content-Type: application/octet-stream" \