From: Lev Stipakov <[email protected]> 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 --- This change was reviewed on Gerrit and approved by at least one developer. I request to merge it to master. Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1200 This mail reflects revision 1 of this Change. Acked-by according to Gerrit (reflected above): Frank Lichtenheld <[email protected]> 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 _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
