Skip to content

Commit c1287dd

Browse files
committed
Fix workflow
1 parent d969b13 commit c1287dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan-virus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
ignores_post: |-
4747
Param($ElementPostMeta)
4848
Return (
49-
$ElementPostMeta.Path -imatch '^node_modules[\/]'
49+
$ElementPostMeta.Path -imatch '^node_modules[\\/]'
5050
)

0 commit comments

Comments
 (0)