Skip to content

Commit 1b32c82

Browse files
committed
Fix syntax
1 parent b17fa56 commit 1b32c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnetCi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
uses: actions/upload-artifact@v4
150150
with:
151151
name: Verbose webdriver logs
152-
path: **/chrome-verbose-log.txt
152+
path: '**/chrome-verbose-log.txt'
153153
- name: Upload JS test results artifacts
154154
uses: actions/upload-artifact@v4
155155
with:

0 commit comments

Comments
 (0)