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 57fb550 commit d885410Copy full SHA for d885410
.github/workflows/build.yml
@@ -132,7 +132,7 @@ jobs:
132
tag_act: ${{ github.ref }}
133
run: |
134
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})
+ 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})
136
upload_url=$(python -c "import json;print(json.loads('''${res}''')['upload_url'])")
137
echo "::set-output name=upload_url::${upload_url}"
138
- name: Upload Release Asset
0 commit comments