Skip to content

Patcher: unify Linux/Windows implementation #5

Patcher: unify Linux/Windows implementation

Patcher: unify Linux/Windows implementation #5

Workflow file for this run

name: Patcher
on:
push:
branches: [ "v*" ]
paths: [ "patcher/**/*" ]
pull_request:
branches: [ "v*" ]
paths: [ "patcher/**/*" ]
jobs:
build:
name: Build Patcher
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3
- name: Build Patcher
run: msbuild.exe patcher\HitmanPatcher.sln -t:Build -p:Configuration=Release -p:Platform=x64 -m
- name: Upload Patcher Artifacts
uses: actions/upload-artifact@v3
with:
name: patcher-windows
path: patcher/bin/x64/Release/PeacockPatcher.exe