Skip to content

Commit

Permalink
[Workflows] Using VS 2019 to building project
Browse files Browse the repository at this point in the history
  • Loading branch information
nixxoq committed May 12, 2024
1 parent a6a5022 commit 9dbade2
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build-release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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'

0 comments on commit 9dbade2

Please sign in to comment.