Skip to content

Commit b2b6a9e

Browse files
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

File tree

.github/workflows/publish_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
}
102102
103103
check_package "OpenCvSharp5.5.*.nupkg"
104-
check_package "OpenCvSharp5.Extensions.*.nupkg"
104+
check_package "OpenCvSharp5.GdipExtensions.*.nupkg"
105105
check_package "OpenCvSharp5.WpfExtensions.*.nupkg"
106106
check_package "OpenCvSharp5.runtime.win.[0-9]*.nupkg"
107107
check_package "OpenCvSharp5.runtime.win-arm64.[0-9]*.nupkg"

0 commit comments

Comments
 (0)