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:45:34 +08:00
parent 5328f64726
commit 48cb6cf5e8

View File

@ -68,8 +68,7 @@ jobs:
# 提取 Release ID # 提取 Release ID
RELEASE_ID=$(echo "$RELEASE_DATA" | jq -r '.id') RELEASE_ID=$(echo "$RELEASE_DATA" | jq -r '.id')
echo "Release ID: " echo "Release id is $RELEASE_ID"
echo "$RELEASE_DATA"
# 上传文件 # 上传文件
curl -X POST -H "Authorization: token $GITEA_TOKEN" \ curl -X POST -H "Authorization: token $GITEA_TOKEN" \