Skip to content

Commit

Permalink
Upgrade release workflow to VS2022
Browse files Browse the repository at this point in the history
  • Loading branch information
hdk5 committed Nov 20, 2021
1 parent 0192a5a commit e6e5a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: deps\build.bat --machine ${{matrix.arch}}

- name: Build Taiga
run: msbuild "project\vs2019\Taiga.sln" /m /p:Configuration=Release /p:Platform=${{matrix.arch}}
run: msbuild "project\vs2022\Taiga.sln" /m /p:Configuration=Release /p:Platform=${{matrix.arch}}

- name: Build installer
run: makensis /DMACHINE=${{matrix.arch}} "setup\Taiga.nsi"
Expand Down

0 comments on commit e6e5a0c

Please sign in to comment.