File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515jobs :
1616 release :
1717 name : build release
18- runs-on : windows-2022
18+ runs-on : windows-2025-vs2026
1919 timeout-minutes : 30
2020 steps :
2121 # checkout project
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323
2424 # setup msbuild
2525 - name : Add msbuild to PATH
26- uses : microsoft/setup-msbuild@v1.1
26+ uses : microsoft/setup-msbuild@v2
2727
2828 # server.dll
2929 - name : Build server.dll
3030 working-directory : src/game/server
31- run : MSBuild.exe swarm_sdk_server.vcxproj -property:Configuration=Release
31+ run : MSBuild.exe swarm_sdk_server.vcxproj -property:Configuration=Release -property:Platform=Win32
3232
3333 # client.dll
3434 - name : Build client.dll
3535 working-directory : src/game/client
36- run : MSBuild.exe swarm_sdk_client.vcxproj -property:Configuration=Release
36+ run : MSBuild.exe swarm_sdk_client.vcxproj -property:Configuration=Release -property:Platform=Win32
3737
3838 # store artifacts
3939 # make sure retention is low, this can become huge otherwise
You can’t perform that action at this time.
0 commit comments