From fb3661e6690bc2a32b8a35e2451bf256f3a429ee Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Thu, 26 Aug 2021 15:02:21 +0500 Subject: [PATCH] CI: github actions: keep "pdb" in artifacts "pdb" files are important for example, for BinSkim analysis. Let us keep them Signed-off-by: Ilya Shipitsin Acked-by: Lev Stipakov Message-Id: <20210826100221.1378-1-chipitsine@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22769.html Signed-off-by: Gert Doering (cherry picked from commit 9da733751ce80b2226ef19923365bd3102cfbd47) --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5c02504a9..6f49350e7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -289,4 +289,5 @@ jobs: path: | ${{ matrix.plat }}-Output/${{env.BUILD_CONFIGURATION}}/*.exe ${{ matrix.plat }}-Output/${{env.BUILD_CONFIGURATION}}/*.dll + ${{ matrix.plat }}-Output/${{env.BUILD_CONFIGURATION}}/*.pdb doc/openvpn.8.html -- 2.47.2