complete expression of echo
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 23s

This commit is contained in:
luo980 2025-02-18 05:10:08 +08:00
parent 956c7b03e5
commit 3228ebad0b

View File

@ -66,7 +66,7 @@ jobs:
}" \ }" \
https://git.luo980.site/api/v1/repos/luo980/xmake-helloworld-runner/releases) https://git.luo980.site/api/v1/repos/luo980/xmake-helloworld-runner/releases)
# 提取 Release ID # 提取 Release ID
echo "$RELEASE_DATA" echo "Release data is $RELEASE_DATA"
RELEASE_ID=$(echo "$RELEASE_DATA" | jq -r '.id') RELEASE_ID=$(echo "$RELEASE_DATA" | jq -r '.id')
echo "Release id is $RELEASE_ID" echo "Release id is $RELEASE_ID"