diff --git a/.github/workflows/dotnetcore-publish.yml b/.github/workflows/dotnetcore-publish.yml index d6fd8b2..23bdf86 100644 --- a/.github/workflows/dotnetcore-publish.yml +++ b/.github/workflows/dotnetcore-publish.yml @@ -38,7 +38,7 @@ jobs: uses: brandedoutcast/publish-nuget@master with: # Filepath of the project to be packaged, relative to root of repository - PROJECT_FILE_PATH: src/GitBuildInfo.SourceGenerator/GitBuildInfo.SourceGenerator.csproj + PROJECT_FILE_PATH: src/GitBuildInfo.SourceGenerator.csproj # Flag to toggle git tagging, enabled by default TAG_COMMIT: false # API key to authenticate with NuGet server