mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
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 <chipitsine@gmail.com> Acked-by: Lev Stipakov <lstipakov@gmail.com> 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 <gert@greenie.muc.de>
This commit is contained in:
parent
9c4e4751a1
commit
9da733751c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
|
@ -227,3 +227,4 @@ jobs:
|
|||
path: |
|
||||
${{ matrix.plat }}-Output/${{env.BUILD_CONFIGURATION}}/*.exe
|
||||
${{ matrix.plat }}-Output/${{env.BUILD_CONFIGURATION}}/*.dll
|
||||
${{ matrix.plat }}-Output/${{env.BUILD_CONFIGURATION}}/*.pdb
|
||||
Loading…
Reference in a new issue