From: Lev Stipakov Date: Thu, 18 Sep 2025 13:59:03 +0000 (+0200) Subject: GHA: collect more artifacts for mingw builds X-Git-Tag: v2.6.15~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8891307a8154b44dc9f41dbbe9292591e79672ef;p=thirdparty%2Fopenvpn.git GHA: collect more artifacts for mingw builds Collect also binaries for openvpnserv, tapctl and openvpnmsica. Change-Id: Iaebc46f9156657128dc52c979202545be8865656 Signed-off-by: Lev Stipakov Acked-by: Frank Lichtenheld Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1200 Message-Id: <20250918135908.14364-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg33058.html Signed-off-by: Gert Doering (cherry picked from commit 8465972b00bef5230d3ec36baedf56952448443f) --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 65d5fd4ad..1abc178b4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -69,8 +69,8 @@ jobs: 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