Skip to content

Commit 3bbb5ab

Browse files
Fix typo in build-project.yml includePatterns
1 parent 2e8f18c commit 3bbb5ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
$includePatterns = @(
5252
"SystemTools.dll",
5353
"SystemTools.pdb",
54-
SystemTools.deps.json",
54+
"SystemTools.deps.json",
5555
"manifest.yml",
5656
"version.json",
5757
"icon.png",

0 commit comments

Comments
 (0)