Skip to content

Commit 91b41d7

Browse files
committed
try ../nupkg
1 parent a9b581a commit 91b41d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/make-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
dotnet add package OpenCvSharp4
212212
213213
dotnet nuget add source ../nupkg --name local-disk
214-
dotnet add package Sdcb.OpenCvSharp4.mini.runtime.${{ matrix.os }}-${{ matrix.arch }} --source local-disk
214+
dotnet add package Sdcb.OpenCvSharp4.mini.runtime.${{ matrix.os }}-${{ matrix.arch }} --source ../nupkg
215215
216216
- name: Write test code
217217
run: |

0 commit comments

Comments
 (0)