Skip to content

Commit 7dafb72

Browse files
committed
update github action
1 parent a50a6b1 commit 7dafb72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: brandedoutcast/publish-nuget@v2.5.5
2222
with:
2323
# Filepath of the project to be packaged, relative to root of repository
24-
PROJECT_FILE_PATH: .\NaturalStringComparer\NaturalStringComparer.csproj
24+
PROJECT_FILE_PATH: .\src\NaturalStringComparer\NaturalStringComparer.csproj
2525

2626
# Regex pattern to extract version info in a capturing group
2727
# VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$

0 commit comments

Comments
 (0)