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 0491d7f commit 16a1004Copy full SHA for 16a1004
.github/workflows/python-publish.yml
@@ -35,7 +35,7 @@ jobs:
35
tag_act: ${{ github.ref }}
36
run: |
37
ref_tag=$(python -c "print('${tag_act}'.split('/')[-1])")
38
- res=$(curl -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${access_token}" https://api.github.com/repos/ManimCommunity/manim-windows/releases/tags/${ref_tag})
+ 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})
39
upload_url=$(python -c "import json;print(json.loads('''${res}''')['upload_url'])")
40
echo "::set-output name=upload_url::${upload_url}"
41
0 commit comments