Skip to content

Commit

Permalink
fix(ci) : artifact download path
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayan-Ghani committed Aug 30, 2024
1 parent 7e70e0e commit bcf075e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
- name : download diagram artifacts
uses: actions/download-artifact@v4
with:
name: diagrams
name: diagrams
path: ${{github.workspace}}/artifacts/wiki
merge-multiple: true

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit bcf075e

Please sign in to comment.