From 3d0e06e4a5941a485277e9f47caa1ad8b8a2ed5a Mon Sep 17 00:00:00 2001 From: Neo <321592+Neo-Desktop@users.noreply.github.com> Date: Sun, 9 Jul 2023 23:40:42 -0700 Subject: [PATCH] attempt to use the correct path for the custom DOS stub --- .github/workflows/windows.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fd06482..98d5be7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -39,7 +39,7 @@ jobs: - arch: Win32 OpenSSL-File: Win32OpenSSL-3_1_1.exe msbuild-arch: Win32 - cmake-args: -D MSVC_MSDOS_STUB=umskt.exe + cmake-args: -D MSVC_MSDOS_STUB=..\umskt.exe - arch: Win64 OpenSSL-File: Win64OpenSSL-3_1_1.exe msbuild-arch: x64 @@ -75,6 +75,11 @@ jobs: with: name: UMSKT-DOS + - name: List build directory contents + if: matrix.arch == 'Win32' + run: | + Get-ChildItem + - name: Configure UMSKT uses: threeal/cmake-action@v1.2.0 with: