Skip to content

Commit c35a641

Browse files
committed
fix api docs download path
1 parent 6ed4a12 commit c35a641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ jobs:
450450
if: ${{ matrix.generate_api_docs }}
451451
uses: actions/upload-artifact@v4
452452
with:
453-
name: api-docs
453+
name: api
454454
path: scripts/res/apiDocs/
455455

456456
pkg-pr-new:
@@ -495,7 +495,7 @@ jobs:
495495
uses: actions/download-artifact@v4
496496
with:
497497
artifact-ids: ${{ needs.build-compiler.outputs.api-docs-artifact-id }}
498-
path: data/api
498+
path: data
499499

500500
- name: Check if repo is clean
501501
id: diffcheck

0 commit comments

Comments
 (0)