diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index f88d43e..6a9ff9a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -20,6 +20,8 @@ jobs: uses: actions/setup-dotnet@v4.0.1 with: dotnet-version: 9.0.x + - name: Add `nuget.voids.site` nuget source + run: dotnet nuget add source https://nuget.voids.site/v3/index.json -n nuget.voids.site - name: Build run: dotnet publish -c Release - name: Upload Artifact