Re: [Openvpn-devel] [PATCH] CI: github actions: keep "pdb" in artifacts

2021-08-26 Thread Илья Шипицин
Sorry, I missed "signed off by". Please add during commit On Thu, Aug 26, 2021, 3:20 PM Lev Stipakov wrote: > Patch is missing SOB line, but I guess this can be fixed by the > committer, if needed? > > Checked https://github.com/chipitsine/openvpn/actions/runs/1108264158 > so that PDBs are indee

Re: [Openvpn-devel] [PATCH] CI: github actions: keep "pdb" in artifacts

2021-08-26 Thread Lev Stipakov
Patch is missing SOB line, but I guess this can be fixed by the committer, if needed? Checked https://github.com/chipitsine/openvpn/actions/runs/1108264158 so that PDBs are indeed stored as artifacts. Acked-by: Lev Stipakov ___ Openvpn-devel mailing

[Openvpn-devel] [PATCH] CI: github actions: keep "pdb" in artifacts

2021-08-26 Thread Ilya Shipitsin
"pdb" files are important for example, for BinSkim analysis. Let us keep them --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b2c16449..4c963114 100644 --- a/.github/workflows/build.yaml +++ b/.g