Skip to content

Commit

Permalink
fix: use the right syntax for multiple paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dnotes committed Dec 17, 2024
1 parent ec15190 commit 2ba420c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
if: always()
with:
name: visual-regressions
path: '**/*.(actual|diff).png'
path: |
'**/*.actual.png'
'**/*.diff.png'
retention-days: 3
overwrite: true

Expand Down

0 comments on commit 2ba420c

Please sign in to comment.