Skip to content

Commit b1c11db

Browse files
committed
]]] update CI workflow
1 parent 78dda98 commit b1c11db

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ on:
1515
jobs:
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

0 commit comments

Comments
 (0)