Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Fixed R3nzSkin's broken features and updated for patch 14.1 #235

Fixed R3nzSkin's broken features and updated for patch 14.1

Fixed R3nzSkin's broken features and updated for patch 14.1 #235

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 }}