Skip to content

Commit 5c0f145

Browse files
committed
fix path
1 parent a5c453e commit 5c0f145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
}' \
7878
https://api.github.com/repos/uhlhosting/Unit-PHP/releases)
7979
echo "API response: ${response}"
80-
upload_url=$(echo "${response}" | jq -r .upload_url)
80+
upload_url=$(echo "${response}" | jq -r '.upload_url' | cut -d'{' -f1)
8181
echo "upload_url=${upload_url}" >> $GITHUB_ENV
8282
env:
8383
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)