diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67af577..040fe0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,8 +43,11 @@ jobs: - name: Setup Dotnet uses: actions/setup-dotnet@v4 with: - source-url: https://nuget.pkg.github.com/MonkeyModdingTroop/index.json + source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json + - name: Add MonkeyLoader NuGet Source + run: dotnet nuget add source https://pkg.munally.com/MonkeyModdingTroop/index.json + - name: Cache NuGet Packages uses: actions/cache@v4 with: @@ -82,8 +85,11 @@ jobs: - name: Setup Dotnet uses: actions/setup-dotnet@v4 with: - source-url: https://nuget.pkg.github.com/MonkeyModdingTroop/index.json + source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json + - name: Add MonkeyLoader NuGet Source + run: dotnet nuget add source https://pkg.munally.com/MonkeyModdingTroop/index.json + - name: Cache NuGet Packages uses: actions/cache@v4 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a4f0396..c35dcad 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,8 +68,11 @@ jobs: - name: Setup Dotnet uses: actions/setup-dotnet@v4 with: - source-url: https://nuget.pkg.github.com/MonkeyModdingTroop/index.json + source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json + - name: Add MonkeyLoader NuGet Source + run: dotnet nuget add source https://pkg.munally.com/MonkeyModdingTroop/index.json + # Publish all NuGet packages to the GitHub feed # Use --skip-duplicate to prevent errors if a package with the same version already exists. # If you retry a failed workflow, already published packages will be skipped without error.