Skip to content

Commit 53e660d

Browse files
committed
Fix jq in upload to release workflow
1 parent e3970f6 commit 53e660d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: get upload url
3535
id: get_upload_url
3636
run: >
37-
url=$(echo "$response" | jq -r '[0].upload_url')
37+
url=$(echo "$response" | jq -r ".[0].upload_url")
3838
3939
echo "::set-output name=url::$url"
4040
env:

0 commit comments

Comments
 (0)