[Openvpn-devel,v1] GHA: collect more artifacts for mingw builds

Message ID 20250918135908.14364-1-gert@greenie.muc.de
State Accepted
Headers show
Series [Openvpn-devel,v1] GHA: collect more artifacts for mingw builds | expand

Commit Message

Gert Doering Sept. 18, 2025, 1:59 p.m. UTC
From: Lev Stipakov <lev@openvpn.net>

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
---

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 <frank@lichtenheld.com>

Comments

Gert Doering Sept. 19, 2025, 1:05 p.m. UTC | #1
This is all black magic to me... but it gets the job done, says the downloaded
.zip file from GHA, now with openvpnservmsg.dll :-)

$ unzip -v openvpn-mingw-x86.zip       
Archive:  openvpn-mingw-x86.zip
 Length   Method    Size  Cmpr    Date    Time   CRC-32   Name
--------  ------  ------- ---- ---------- ----- --------  ----
21282176  Defl:N  7645357  64% 09-19-2025 12:41 70c7e105  Debug/openvpn.exe
  345852  Defl:N   138651  60% 09-19-2025 12:41 a2b88add  src/openvpnmsica/Debug/libopenvpnmsica.dll
    4862  Defl:N      896  82% 09-19-2025 12:41 89971b1a  src/openvpnserv/Debug/libopenvpnservmsg.dll
  436001  Defl:N   174058  60% 09-19-2025 12:41 13aba5d8  src/openvpnserv/Debug/openvpnserv.exe
  352604  Defl:N   140351  60% 09-19-2025 12:41 37908229  src/tapctl/Debug/tapctl.exe


Your patch has been applied to the master and release/2.6 branch.

commit 8465972b00bef5230d3ec36baedf56952448443f (master)
commit 8891307a8154b44dc9f41dbbe9292591e79672ef (release/2.6)
Author: Lev Stipakov
Date:   Thu Sep 18 15:59:03 2025 +0200

     GHA: collect more artifacts for mingw builds

     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>


--
kind regards,

Gert Doering

Patch

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