Fix invalid github actions yaml

This commit is contained in:
drojf
2024-08-22 23:31:53 +10:00
parent 633dd720a4
commit e617285e8a

View File

@@ -17,8 +17,10 @@ jobs:
ref: oni-mod ref: oni-mod
# Note: This uses the mono bundled with Ubuntu to build the project # Note: This uses the mono bundled with Ubuntu to build the project
- name: Compile project - name: Compile DLL
run: msbuild /p:Configuration=Release run: msbuild /p:Configuration=Release
- name: Compile standalone Higurashi Script Compiler
run: msbuild /p:Configuration=ScriptCompiler run: msbuild /p:Configuration=ScriptCompiler
- name: Save Git Hash - name: Save Git Hash