We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c453e commit 5c0f145Copy full SHA for 5c0f145
.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
77
}' \
78
https://api.github.com/repos/uhlhosting/Unit-PHP/releases)
79
echo "API response: ${response}"
80
- upload_url=$(echo "${response}" | jq -r .upload_url)
+ upload_url=$(echo "${response}" | jq -r '.upload_url' | cut -d'{' -f1)
81
echo "upload_url=${upload_url}" >> $GITHUB_ENV
82
env:
83
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
0 commit comments