From a33850807eb0c2efd25a91ab3c1d56bf039fa000 Mon Sep 17 00:00:00 2001 From: r3nzthecodegod Date: Thu, 11 Nov 2021 15:46:20 +0300 Subject: [PATCH] fix github workflows --- .github/workflows/windows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5ab361ba..83b86306 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,7 +1,7 @@ name: Windows on: [push, pull_request] jobs: - msvc-release: + Riot-Games-Servers: runs-on: windows-latest env: MSBUILD_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\ @@ -9,9 +9,9 @@ jobs: - uses: actions/checkout@v2 - name: Build shell: cmd - run: '"%MSBUILD_PATH%\MSBuild.exe" R3nzSkin/R3nzSkin.vcxproj /p:Platform=x86 /p:Configuration=Release' + run: '"%MSBUILD_PATH%\MSBuild.exe" R3nzSkin/R3nzSkin.vcxproj /p:Platform=x86 /p:Configuration=Riot Games Servers' - clang: + China-Server: runs-on: windows-latest env: MSBUILD_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\ @@ -19,4 +19,4 @@ jobs: - uses: actions/checkout@v2 - name: Build shell: cmd - run: '"%MSBUILD_PATH%\MSBuild.exe" R3nzSkin/R3nzSkin.vcxproj /p:Platform=x86 /p:Configuration=Release /p:PlatformToolset=ClangCL' \ No newline at end of file + run: '"%MSBUILD_PATH%\MSBuild.exe" R3nzSkin/R3nzSkin.vcxproj /p:Platform=x86 /p:Configuration=China Server' \ No newline at end of file