Skip to content

Commit e80ec20

Browse files
committed
Fix CI woopsie
1 parent 669b194 commit e80ec20

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,13 @@ jobs:
3333
uses: actions/setup-dotnet@v3
3434
with:
3535
dotnet-version: 8.x
36-
source-url: https://nuget.pkg.github.com/MonkeyModdingTroop/index.json
36+
source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json
3737
env:
3838
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939

40+
- name: Add MonkeyLoader NuGet source
41+
run: dotnet nuget add source https://pkg.munally.com/MonkeyModdingTroop/index.json
42+
4043
# Cache NuGet packages
4144
- uses: actions/cache@v3
4245
with:

0 commit comments

Comments
 (0)