Skip to content

Commit bcf075e

Browse files
committed
fix(ci) : artifact download path
1 parent 7e70e0e commit bcf075e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wiki.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ jobs:
7373
- name : download diagram artifacts
7474
uses: actions/download-artifact@v4
7575
with:
76-
name: diagrams
76+
name: diagrams
77+
path: ${{github.workspace}}/artifacts/wiki
78+
merge-multiple: true
7779

7880
- name: Setup Pages
7981
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)