diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ad00392..f4d8f19 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: uses: alirezanet/publish-nuget@v3.1.0 with: # Filepath of the project to be packaged, relative to root of repository - PROJECT_FILE_PATH: src/DotnetThirdPartyNotices/DotnetThirdPartyNotices.csproj + PROJECT_FILE_PATH: DotnetThirdPartyNotices/DotnetThirdPartyNotices.csproj # NuGet package id, used for version detection & defaults to project name PACKAGE_NAME: DotnetThirdPartyNotices