check release id info
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 22s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 22s
This commit is contained in:
parent
b690745eb2
commit
5328f64726
@ -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" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user