diff --git a/.github/workflows/dotnetcore-publish.yml b/.github/workflows/dotnetcore-publish.yml index a39af6a..4471820 100644 --- a/.github/workflows/dotnetcore-publish.yml +++ b/.github/workflows/dotnetcore-publish.yml @@ -33,7 +33,7 @@ jobs: uses: rohith/publish-nuget@v2 with: # Filepath of the project to be packaged, relative to root of repository - PROJECT_FILE_PATH: PublishRefAssemblies.Sdk/PublishRefAssemblies.Sdk.csproj + PROJECT_FILE_PATH: GitBuildInfo.SourceGenerator.csproj # Flag to toggle git tagging, enabled by default TAG_COMMIT: false # API key to authenticate with NuGet server