Skip to content

Commit

Permalink
Merge pull request #46 from Shayan-Ghani/wiki-download-artifact-path
Browse files Browse the repository at this point in the history
fix(ci) : artifact download path
  • Loading branch information
Shayan-Ghani authored Aug 30, 2024
2 parents 7e70e0e + bcf075e commit 712ce00
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 712ce00

Please sign in to comment.