tabbing of block text
This commit is contained in:
6
build.sh
6
build.sh
@@ -77,14 +77,14 @@ EOF
|
|||||||
-H "Authorization: token ${GITEA_TOKEN}" \
|
-H "Authorization: token ${GITEA_TOKEN}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d @- <<EOF
|
-d @- <<EOF
|
||||||
{
|
{
|
||||||
"tag_name": "${TAG}",
|
"tag_name": "${TAG}",
|
||||||
"name": "X11Proxy ${VERSION}",
|
"name": "X11Proxy ${VERSION}",
|
||||||
"body": "Release ${VERSION}",
|
"body": "Release ${VERSION}",
|
||||||
"draft": false,
|
"draft": false,
|
||||||
"prerelease": false
|
"prerelease": false
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
| jq -r '.id')
|
| jq -r '.id')
|
||||||
|
|
||||||
echo "📎 Uploading asset to release ID ${RELEASE_ID}..."
|
echo "📎 Uploading asset to release ID ${RELEASE_ID}..."
|
||||||
|
|||||||
Reference in New Issue
Block a user