Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkjnsdvsodvnosdvm authored May 24, 2023
1 parent ca1b174 commit c0e3771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
md build
cd build
dir
cmake -G "Visual Studio 16 2019" -A x64 ..
cmake -G "Visual Studio 16 2019" -A arm64 ..
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=x64
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} /property:Platform=arm64

- name: Upload WinCenterTitle
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c0e3771

Please sign in to comment.