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 #236
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |