Skip to content

14.2 patch update

14.2 patch update #237

Workflow file for this run

name: Windows
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2022]
configuration: [RiotGamesServers, ChinaServer]
steps:
- uses: actions/[email protected]
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Build
shell: cmd
run: msbuild R3nzSkin/R3nzSkin.vcxproj /p:Platform=x64 /p:Configuration=${{ matrix.configuration }}