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

Commit 798b881

Browse files
authored
Update dotnet.yml
1 parent c90f339 commit 798b881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Build UnityExplorer releases, and upload artifacts
3636

3737
- run: dotnet nuget add source https://nuget.bepinex.dev/v3/index.json
38-
- run: dotnet restore src\UnityExplorer.sln
38+
- run: nuget restore src\UnityExplorer.sln
3939

4040
# BepInEx Il2Cpp
4141
- run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_BIE_Cpp

0 commit comments

Comments
 (0)