From 7dafb72bfced18c754328d8b6678f6daf3eef692 Mon Sep 17 00:00:00 2001 From: Mohammad Babayi Date: Tue, 25 Apr 2023 08:58:04 +0330 Subject: [PATCH] update github action --- .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 4022b51..8c03b08 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: uses: brandedoutcast/publish-nuget@v2.5.5 with: # Filepath of the project to be packaged, relative to root of repository - PROJECT_FILE_PATH: .\NaturalStringComparer\NaturalStringComparer.csproj + PROJECT_FILE_PATH: .\src\NaturalStringComparer\NaturalStringComparer.csproj # Regex pattern to extract version info in a capturing group # VERSION_REGEX: ^\s*(.*)<\/Version>\s*$