Skip to content

Commit cb6fc47

Browse files
committed
fix asset path
1 parent d452a9c commit cb6fc47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Store artifacts
4444
uses: actions/upload-artifact@v3
4545
with:
46-
path: ../html-docs.tar.gz
46+
path: /home/runner/work/manim/manim/docs/build/html-docs.tar.gz
4747
name: html-docs.tar.gz
4848

4949
- name: Install Dependency
@@ -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: ../html-docs.tar.gz
83+
asset_path: /home/runner/work/manim/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)