Skip to content

Commit 2ede983

Browse files
committed
fix Upload SVG Reports
1 parent 9fb6bfc commit 2ede983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@ jobs:
539539
uses: actions/upload-artifact@v4
540540
with:
541541
name: svg-size-reports
542-
path: svg-reports/*.svg
543-
if-no-files-found: error
542+
path: images/*_size_report.svg
543+
if-no-files-found: warn
544544
- name: Commit changes
545545
uses: stefanzweifel/git-auto-commit-action@v5
546546
with:

0 commit comments

Comments
 (0)