From cd2971fe2c3f2d0a00be8bfb795f30b67f8a25f6 Mon Sep 17 00:00:00 2001 From: Jason Millard Date: Sun, 7 Jun 2026 13:48:08 -0400 Subject: [PATCH] ci: include additional dlls for windows builds --- .github/workflows/libzedmd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/libzedmd.yml b/.github/workflows/libzedmd.yml index 26954dc..0fdc53f 100644 --- a/.github/workflows/libzedmd.yml +++ b/.github/workflows/libzedmd.yml @@ -49,7 +49,7 @@ jobs: - { os: windows-2025-vs2026, platform: win, arch: x64, type: Release } - { os: windows-2025-vs2026, platform: win, arch: x64, type: Debug } - { os: windows-2025-vs2026, platform: win, arch: x86, type: Release } - - { os: windows-2025, platform: win-mingw, arch: x64, type: Release } + - { os: windows-2025-vs2026, platform: win-mingw, arch: x64, type: Release } - { os: macos-15, platform: macos, arch: arm64, type: Release } - { os: macos-15, platform: macos, arch: x64, type: Release } - { os: ubuntu-24.04, platform: linux, arch: x64, type: Release } @@ -193,11 +193,11 @@ jobs: mkdir tmp if [[ "${{ matrix.arch }}" == "x64" ]]; then cp build/${{ matrix.type }}/*64.lib tmp - cp build/${{ matrix.type }}/*64.dll tmp else cp build/${{ matrix.type }}/*.lib tmp - cp build/${{ matrix.type }}/*.dll tmp fi + cp build/${{ matrix.type }}/*.dll tmp + cp build/*.dll tmp cp build/${{ matrix.type }}/zedmd-client-portable.exe tmp cp build/${{ matrix.type }}/zedmd-client.exe tmp cp build/${{ matrix.type }}/zedmd-test-portable.exe tmp @@ -320,7 +320,7 @@ jobs: path: release skip-decompress: true - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/') with: draft: true