From a82186f469a9653b40990a432fa46f39056e3ebe Mon Sep 17 00:00:00 2001 From: dkjnsdvsodvnosdvm <102846666+dkjnsdvsodvnosdvm@users.noreply.github.com> Date: Thu, 25 May 2023 13:20:42 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 894d03d..24f800f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,14 +38,14 @@ jobs: md build cd build dir - cmake -G "Visual Studio 16 2019" -A arm64 .. + cmake -G "Visual Studio 16 2019" -A x64 .. cmake --build . --config Release - name: Build WinCenterTitle working-directory: ${{env.GITHUB_WORKSPACE}} # Add additional options to the MSBuild command line here (like platform or verbosity level). # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference - run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} /property:Platform=arm64 + run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} /property:Platform=x64 - name: Upload WinCenterTitle uses: actions/upload-artifact@v3