From e617285e8a838f0ecae69d9dd2e7dd820edf9c6a Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Thu, 22 Aug 2024 23:31:53 +1000 Subject: [PATCH] Fix invalid github actions yaml --- .github/workflows/pr_compile_scripts.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr_compile_scripts.yml b/.github/workflows/pr_compile_scripts.yml index b862869..9658b72 100644 --- a/.github/workflows/pr_compile_scripts.yml +++ b/.github/workflows/pr_compile_scripts.yml @@ -17,8 +17,10 @@ jobs: ref: oni-mod # Note: This uses the mono bundled with Ubuntu to build the project - - name: Compile project + - name: Compile DLL run: msbuild /p:Configuration=Release + + - name: Compile standalone Higurashi Script Compiler run: msbuild /p:Configuration=ScriptCompiler - name: Save Git Hash