We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b581a commit 91b41d7Copy full SHA for 91b41d7
1 file changed
.github/workflows/make-nuget.yml
@@ -211,7 +211,7 @@ jobs:
211
dotnet add package OpenCvSharp4
212
213
dotnet nuget add source ../nupkg --name local-disk
214
- dotnet add package Sdcb.OpenCvSharp4.mini.runtime.${{ matrix.os }}-${{ matrix.arch }} --source local-disk
+ dotnet add package Sdcb.OpenCvSharp4.mini.runtime.${{ matrix.os }}-${{ matrix.arch }} --source ../nupkg
215
216
- name: Write test code
217
run: |
0 commit comments