From b2400488be46fb982b4fac45ea2c152ada1c6702 Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sat, 7 Sep 2024 22:46:32 +1000 Subject: [PATCH] Update CI to compile higurashi script compiler --- .github/workflows/build_dll.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_dll.yml b/.github/workflows/build_dll.yml index 75dd0b34..8ddacf96 100644 --- a/.github/workflows/build_dll.yml +++ b/.github/workflows/build_dll.yml @@ -17,5 +17,8 @@ jobs: uses: actions/checkout@v3 # Note: This uses the mono bundled with Ubuntu to build the project - - name: Compile project + - name: Compile Mod DLL run: msbuild /p:Configuration=Release + + - name: Compile standalone Higurashi Script Compiler + run: msbuild /p:Configuration=ScriptCompiler