fix msvc putting file in target dir

This commit is contained in:
mvenditto 2023-06-18 23:22:52 +02:00 committed by AT
parent 99ca80cf1a
commit 51928cd6c3

View File

@ -427,7 +427,7 @@ jobs:
- persist_to_workspace:
root: gpt4all-backend
paths:
- win-x64_msvc/*.dll
- win-x64_msvc/Release/*.dll
build-csharp-linux:
docker: