Skip to content

Commit

Permalink
Update paths to file
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a authored Aug 31, 2023
1 parent bbe8cb8 commit 8f7dd3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-depgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: sudo apt update && sudo apt install -y graphviz

- name: Generate new depgraph
run: cargo depgraph --workspace-only | tred | dot -Tsvg -o depgraph.svg
run: cargo depgraph --workspace-only | tred | dot -Tsvg -o assets/depgraph.svg

- name: Check depgraph diff
run: git diff --exit-code depgraph.svg > depgraph.patch
run: git diff --exit-code assets/depgraph.svg > depgraph.patch

- name: Create comment file
if: ${{ failure() }}
Expand Down

0 comments on commit 8f7dd3b

Please sign in to comment.