From a0075a2ce4185de0fdfc442cb4606beda50131fb Mon Sep 17 00:00:00 2001 From: Adrian Stanea Date: Thu, 10 Oct 2024 15:42:22 +0300 Subject: [PATCH] ci/windows: add missing artifact export - The missing file was necessary in the generation step of the Matlab bindings. Signed-off-by: Adrian Stanea --- CI/windows/make_windows.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/CI/windows/make_windows.ps1 b/CI/windows/make_windows.ps1 index 7bc13096..d4149bba 100644 --- a/CI/windows/make_windows.ps1 +++ b/CI/windows/make_windows.ps1 @@ -114,6 +114,7 @@ function Move-To-Build-Dir() { Copy-Item -Path "*.dll" -Destination $BUILD_DIR Copy-Item -Path "*.exe" -Destination $BUILD_DIR Copy-Item -Path "*libm2k.lib" -Destination $BUILD_DIR + Copy-Item -Path "libm2k.exp" -Destination $BUILD_DIR Copy-Item -Path "*.iss" -Destination $BUILD_DIR Copy-Item -Path (Join-Path $OUTSIDE_BUILD "libiio-$ARCH\*.dll") -Destination $BUILD_DIR