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
5328f64726
commit
48cb6cf5e8
@ -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" \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user