Skip to content

Commit

Permalink
fix(ci) : replace relative path with workspace variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayan-Ghani committed Aug 30, 2024
1 parent 172f9c5 commit 9806a88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ jobs:
run: |
python vault.py
python boundary.py
mv *.png ../wiki/
mv *.png ${{github.workspace}}/artifacts/wiki/
ls ../wiki/
- uses: actions/upload-artifact@v4
with:
name: diagrams
path: ../wiki/
path: ${{github.workspace}}/artifacts/wiki/

deploy-wiki:
needs: generate_diagrams
Expand Down

0 comments on commit 9806a88

Please sign in to comment.