Skip to content

Commit f316c1e

Browse files
behacklnaveen521kk
andauthored
Update .github/workflows/release-publish-documentation.yml
Co-authored-by: Naveen M K <[email protected]>
1 parent cb6fc47 commit f316c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-publish-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ jobs:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8181
with:
8282
upload_url: ${{ steps.create_release.outputs.upload_url }}
83-
asset_path: /home/runner/work/manim/manim/docs/build/html-docs.tar.gz
83+
asset_path: ${{ github.workspace }}/manim/docs/build/html-docs.tar.gz
8484
asset_name: manim-htmldocs-${{ steps.create_release.outputs.tag_name }}.tar.gz
8585
asset_content_type: application/gzip

0 commit comments

Comments
 (0)