Skip to content

CGM: fix logic in mob modifiers #15

CGM: fix logic in mob modifiers

CGM: fix logic in mob modifiers #15

Workflow file for this run

name: CI on reference Oxygen Not Included assemblies
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
- name: NuGet Restore
run: msbuild -t:restore -property:Configuration=Release
- name: Build project
run: msbuild -t:rebuild -property:Configuration=Release -property:GameLibsFolder="../Lib"
- name: Create build artifact
uses: actions/upload-artifact@v4
with:
path: Builds/
name: AllOniMods