diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 543f300..3c4cdec 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -79,22 +79,6 @@ jobs: name: UnityExplorer.MelonLoader.Mono path: ./Release/UnityExplorer.MelonLoader.Mono/* - # MelonLoader 0.3.0 Il2Cpp - - run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_MLLegacy_Cpp - - - uses: actions/upload-artifact@v2 - with: - name: UnityExplorer.MelonLoader_Legacy.Il2Cpp - path: ./Release/UnityExplorer.MelonLoader_Legacy.Il2Cpp/* - - # MelonLoader 0.3.0 Mono - - run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_MLLegacy_Mono - - - uses: actions/upload-artifact@v2 - with: - name: UnityExplorer.MelonLoader_Legacy.Mono - path: ./Release/UnityExplorer.MelonLoader_Legacy.Mono/* - # Standalone Il2Cpp - run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_STANDALONE_Cpp