diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 35b4fcf..f35c12f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -35,7 +35,7 @@ jobs: # Build UnityExplorer releases, and upload artifacts - run: dotnet nuget add source https://nuget.bepinex.dev/v3/index.json - - run: dotnet restore src\UnityExplorer.sln + - run: nuget restore src\UnityExplorer.sln # BepInEx Il2Cpp - run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_BIE_Cpp