We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ea311 commit 2e32c1fCopy full SHA for 2e32c1f
.github/workflows/php.yml
@@ -58,11 +58,11 @@ jobs:
58
uses: smeghead/php-class-diagram-gh-action@v0
59
with:
60
target-path: src/DiagramElement
61
- output-path: php-class-diagram.png
+ output-path: php-class-diagram.svg
62
63
- name: Upload Artifact
64
uses: actions/upload-artifact@v4
65
66
name: Class_Diagram
67
- path: php-class-diagram.png
+ path: php-class-diagram.svg
68
retention-days: 5
0 commit comments