diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a72a4475..114b8ea7 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,10 +23,6 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: '6.x' - # Run UniverseLib build script - - name: Build UniverseLib - run: ./build.ps1 - working-directory: ./UniverseLib # Run build script - name: Build UE run: ./build.ps1 diff --git a/build.ps1 b/build.ps1 index 01b6f522..af4564fe 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1,3 +1,8 @@ +cd UniverseLib +.\build.ps1 +cd .. + + # ----------- MelonLoader IL2CPP (net6) ----------- dotnet build src/UnityExplorer.sln -c Release_ML_Cpp_net6preview $Path = "Release\UnityExplorer.MelonLoader.IL2CPP.net6preview"