From: Ilya Shipitsin Date: Thu, 26 Aug 2021 10:02:21 +0000 (+0500) Subject: CI: github actions: keep "pdb" in artifacts X-Git-Tag: v2.5.6~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb3661e6690bc2a32b8a35e2451bf256f3a429ee;p=thirdparty%2Fopenvpn.git 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) --- 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