Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit a678aa4

Browse files
authored
Update dotnet.yml
1 parent eaf478e commit a678aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ jobs:
7474

7575
- name: Build UnityExplorer MelonLoader Legacy Il2Cpp
7676
shell: cmd
77-
run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_ML_Legacy_Cpp
77+
run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_MLLegacy_Cpp
7878

7979
- name: Build UnityExplorer MelonLoader Legacy Mono
8080
shell: cmd
81-
run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_ML_Legacy_Mono
81+
run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_MLLegacy_Mono
8282

8383
- name: Build UnityExplorer Standalone Il2Cpp
8484
shell: cmd

0 commit comments

Comments
 (0)