]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
GHA: collect more artifacts for mingw builds
authorLev Stipakov <lev@openvpn.net>
Thu, 18 Sep 2025 13:59:03 +0000 (15:59 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 19 Sep 2025 12:34:00 +0000 (14:34 +0200)
Collect also binaries for openvpnserv, tapctl and openvpnmsica.

Change-Id: Iaebc46f9156657128dc52c979202545be8865656
Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
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 <gert@greenie.muc.de>
.github/workflows/build.yaml

index f7883c701d0f470c24bcf3aeeb45b80c79380fed..a306670de973a6b7f27e5a0a75ac1dc37fc9c922 100644 (file)
@@ -97,8 +97,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