From 11ceb3bac796cb1be74b87949811fd5c0338edce Mon Sep 17 00:00:00 2001 From: AraHaan Date: Fri, 26 Mar 2021 19:20:56 -0400 Subject: [PATCH] Fixed publish workflow in CI. --- .github/workflows/dotnetcore-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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