Skip to content

Commit 2e32c1f

Browse files
committed
changed gh action class diagram filename.
1 parent 75ea311 commit 2e32c1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ jobs:
5858
uses: smeghead/php-class-diagram-gh-action@v0
5959
with:
6060
target-path: src/DiagramElement
61-
output-path: php-class-diagram.png
61+
output-path: php-class-diagram.svg
6262

6363
- name: Upload Artifact
6464
uses: actions/upload-artifact@v4
6565
with:
6666
name: Class_Diagram
67-
path: php-class-diagram.png
67+
path: php-class-diagram.svg
6868
retention-days: 5

0 commit comments

Comments
 (0)