Skip to content

feat: added search box to mod conflict viewer (#673) #1048

feat: added search box to mod conflict viewer (#673)

feat: added search box to mod conflict viewer (#673) #1048

Workflow file for this run

name: Build PGPatcher
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-2022
steps:
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64
- name: Install flatc
uses: Nugine/setup-flatc@v1
with:
version: "25.2.10"
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Build Artifact
run: |
./buildRelease.ps1 -NoZip
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: pgpatcher-${{ github.sha }}
path: dist/PGPatcher