Skip to content

Commit aa04cb7

Browse files
author
Chris Benard
committed
Try to fix publish action
1 parent 3d6d5ee commit aa04cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: rohith/publish-nuget@v2
2222
with:
2323
# Filepath of the project to be packaged, relative to root of repository
24-
PROJECT_FILE_PATH: System.ServiceProcess/System.ServiceProcess.csproj
24+
PROJECT_FILE_PATH: System.ServiceProcess.Core/System.ServiceProcess.Core.csproj
2525

2626
# NuGet package id, used for version detection & defaults to project name
2727
PACKAGE_NAME: Core.System.ServiceProcess

0 commit comments

Comments
 (0)