From c466ebce9d11309b17d305920bf52e06e8423ea1 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 27 Oct 2024 23:04:28 +0100 Subject: [PATCH] Also install libssh2_a.pdb --- .github/workflows/libssh2.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/libssh2.yml b/.github/workflows/libssh2.yml index d6577fb..4b35703 100644 --- a/.github/workflows/libssh2.yml +++ b/.github/workflows/libssh2.yml @@ -49,6 +49,7 @@ jobs: move ..\build\include ..\build\include1 mkdir ..\build\include move ..\build\include1 ..\build\include\libssh2 + copy src\RelWithDebInfo\libssh2_a.pdb ..\build\bin del /s /q ..\build\lib\pkgconfig\* del /s /q ..\build\share\* - name: Upload artifacts