Skip to content

Commit d885410

Browse files
committed
ci: fix release workflow
1 parent 57fb550 commit d885410

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
@@ -132,7 +132,7 @@ jobs:
132132
tag_act: ${{ github.ref }}
133133
run: |
134134
ref_tag=$(python -c "print('${tag_act}'.split('/')[-1])")
135-
res=$(curl -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${access_token}" https://api.github.com/repos/ManimCommunity/manim/releases/tags/${ref_tag})
135+
res=$(curl -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${access_token}" https://api.github.com/repos/ManimCommunity/manimpango/releases/tags/${ref_tag})
136136
upload_url=$(python -c "import json;print(json.loads('''${res}''')['upload_url'])")
137137
echo "::set-output name=upload_url::${upload_url}"
138138
- name: Upload Release Asset

0 commit comments

Comments
 (0)