From 6b04ea249d61cee397e647925b03224e85e8efe8 Mon Sep 17 00:00:00 2001 From: Arne Kiesewetter Date: Sun, 28 Apr 2024 21:36:11 +0200 Subject: [PATCH] fix fix workflow --- .github/workflows/dotnet.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 6d6961c..25eb08c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -30,10 +30,13 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: 8.x - source-url: https://nuget.pkg.github.com/MonkeyModdingTroop/index.json + source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json env: NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Add MonkeyLoader NuGet source + run: dotnet nuget add source https://pkg.munally.com/MonkeyModdingTroop/index.json + # Cache NuGet packages - uses: actions/cache@v3 with: