We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669b194 commit e80ec20Copy full SHA for e80ec20
1 file changed
.github/workflows/dotnet.yml
@@ -33,10 +33,13 @@ jobs:
33
uses: actions/setup-dotnet@v3
34
with:
35
dotnet-version: 8.x
36
- source-url: https://nuget.pkg.github.com/MonkeyModdingTroop/index.json
+ source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json
37
env:
38
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
40
+ - name: Add MonkeyLoader NuGet source
41
+ run: dotnet nuget add source https://pkg.munally.com/MonkeyModdingTroop/index.json
42
+
43
# Cache NuGet packages
44
- uses: actions/cache@v3
45
0 commit comments