diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index e367869..43f6f3d 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -65,8 +65,6 @@ jobs: # Install the .NET SDK indicated in the global.json file - name: Setup .NET uses: actions/setup-dotnet@v4 - with: - global-json-file: './src/global.json' # Download the NuGet package created in the previous job - uses: actions/download-artifact@v4