Fix invalid github actions yaml
This commit is contained in:
4
.github/workflows/pr_compile_scripts.yml
vendored
4
.github/workflows/pr_compile_scripts.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user