We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50a6b1 commit 7dafb72Copy full SHA for 7dafb72
1 file changed
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: brandedoutcast/publish-nuget@v2.5.5
22
with:
23
# Filepath of the project to be packaged, relative to root of repository
24
- PROJECT_FILE_PATH: .\NaturalStringComparer\NaturalStringComparer.csproj
+ PROJECT_FILE_PATH: .\src\NaturalStringComparer\NaturalStringComparer.csproj
25
26
# Regex pattern to extract version info in a capturing group
27
# VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$
0 commit comments