From 9dbade26cd0aab25c81c6aac44b36e14ca6eaeb7 Mon Sep 17 00:00:00 2001 From: Snaky1a Date: Sun, 12 May 2024 16:34:18 +0300 Subject: [PATCH] [Workflows] Using VS 2019 to building project --- .github/workflows/build-release-windows.yml | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build-release-windows.yml b/.github/workflows/build-release-windows.yml index e624a5c..d7104ed 100644 --- a/.github/workflows/build-release-windows.yml +++ b/.github/workflows/build-release-windows.yml @@ -30,10 +30,10 @@ jobs: with: name: "Debug x86" path: | - build\Debug\xp-apps.exe' - build\Debug\cpr.dll' - build\Debug\libcurl.dll' - build\Debug\zlib.dll' + xp-apps.exe' + cpr.dll' + libcurl.dll' + zlib.dll' build_debug_x64: runs-on: windows-2019 @@ -52,10 +52,10 @@ jobs: with: name: "Debug x64" path: | - build\Debug\xp-apps.exe' - build\Debug\cpr.dll' - build\Debug\libcurl.dll' - build\Debug\zlib.dll' + xp-apps.exe' + cpr.dll' + libcurl.dll' + zlib.dll' build_release_x86: runs-on: windows-2019 @@ -92,10 +92,10 @@ jobs: with: name: "Release x86" path: | - build\Release\xp-apps.exe' - build\Release\cpr.dll' - build\Release\libcurl.dll' - build\Release\zlib.dll' + xp-apps.exe' + cpr.dll' + libcurl.dll' + zlib.dll' build_release_x64: runs-on: windows-2019 @@ -118,7 +118,7 @@ jobs: with: name: "Release x64" path: | - build\Release\xp-apps.exe' - build\Release\cpr.dll' - build\Release\libcurl.dll' - build\Release\zlib.dll' + xp-apps.exe' + cpr.dll' + libcurl.dll' + zlib.dll'