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 6ed4a12 commit c35a641Copy full SHA for c35a641
.github/workflows/ci.yml
@@ -450,7 +450,7 @@ jobs:
450
if: ${{ matrix.generate_api_docs }}
451
uses: actions/upload-artifact@v4
452
with:
453
- name: api-docs
+ name: api
454
path: scripts/res/apiDocs/
455
456
pkg-pr-new:
@@ -495,7 +495,7 @@ jobs:
495
uses: actions/download-artifact@v4
496
497
artifact-ids: ${{ needs.build-compiler.outputs.api-docs-artifact-id }}
498
- path: data/api
+ path: data
499
500
- name: Check if repo is clean
501
id: diffcheck
0 commit comments