Skip to content

Commit 11ceb3b

Browse files
AraHaanElskom-gitsync
authored andcommitted
Fixed publish workflow in CI.
1 parent 3e8012e commit 11ceb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: rohith/publish-nuget@v2
3434
with:
3535
# Filepath of the project to be packaged, relative to root of repository
36-
PROJECT_FILE_PATH: PublishRefAssemblies.Sdk/PublishRefAssemblies.Sdk.csproj
36+
PROJECT_FILE_PATH: GitBuildInfo.SourceGenerator.csproj
3737
# Flag to toggle git tagging, enabled by default
3838
TAG_COMMIT: false
3939
# API key to authenticate with NuGet server

0 commit comments

Comments
 (0)