From 78904e27c63d747c9f6e19e8ec5fd7cc3a679e75 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 27 Nov 2024 15:00:58 +0100 Subject: [PATCH] Also install PDB of static lib --- .github/workflows/nghttp2.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nghttp2.yml b/.github/workflows/nghttp2.yml index 64cd19e..b2c071e 100644 --- a/.github/workflows/nghttp2.yml +++ b/.github/workflows/nghttp2.yml @@ -40,6 +40,7 @@ jobs: cd nghttp2 cmake --install . --config RelWithDebInfo --prefix ..\winlib-builder\build copy lib\RelWithDebInfo\nghttp2.pdb ..\winlib-builder\build\bin + copy lib\RelWithDebInfo\nghttp2_static.pdb ..\winlib-builder\builder\lib del /s /q ..\winlib-builder\build\lib\pkgconfig\* del /s /q ..\winlib-builder\build\share\* - name: Upload artifacts