From 8283fae5dea6c1b7a49e0df8fe838a9ab333f113 Mon Sep 17 00:00:00 2001 From: Daniel Klecha Date: Mon, 18 Mar 2024 08:55:54 +0100 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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