cron2 has uploaded a new patch set (#2) to the change originally created by stipa. ( http://gerrit.openvpn.net/c/openvpn/+/1200?usp=email )
The following approvals got outdated and were removed: Code-Review+2 by flichtenheld Change subject: GHA: collect more artifacts for mingw builds ...................................................................... GHA: collect more artifacts for mingw builds Collect also binaries for openvpnserv, tapctl and openvpnmsica. Change-Id: Iaebc46f9156657128dc52c979202545be8865656 Signed-off-by: Lev Stipakov <[email protected]> Acked-by: Frank Lichtenheld <[email protected]> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1200 Message-Id: <[email protected]> URL: https://www.mail-archive.com/[email protected]/msg33058.html Signed-off-by: Gert Doering <[email protected]> --- M .github/workflows/build.yaml 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.openvpn.net:29418/openvpn refs/changes/00/1200/2 diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f7883c7..a306670 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -97,8 +97,8 @@ with: name: openvpn-mingw-${{ matrix.arch }} path: | - ${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/Debug/*.exe - ${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/Debug/*.dll + ${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/**/Debug/*.exe + ${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/**/Debug/*.dll !${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/Debug/test_*.exe - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1200?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: Iaebc46f9156657128dc52c979202545be8865656 Gerrit-Change-Number: 1200 Gerrit-PatchSet: 2 Gerrit-Owner: stipa <[email protected]> Gerrit-Reviewer: flichtenheld <[email protected]> Gerrit-Reviewer: plaisthos <[email protected]> Gerrit-CC: openvpn-devel <[email protected]> Gerrit-MessageType: newpatchset
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
