Commit b2b6a9e
committed
Fix package name check in publish_nuget.yml: GdipExtensions, not Extensions
The validation step never actually ran end-to-end before, so this typo
(checking for a nonexistent "OpenCvSharp5.Extensions" package instead of
"OpenCvSharp5.GdipExtensions") went unnoticed until the first real run.1 parent f8ba27b commit b2b6a9e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments