Skip to content

Commit ab6cf96

Browse files
authored
Update dotnetcore-publish.yml
1 parent 4cef723 commit ab6cf96

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
@@ -38,7 +38,7 @@ jobs:
3838
uses: brandedoutcast/publish-nuget@master
3939
with:
4040
# Filepath of the project to be packaged, relative to root of repository
41-
PROJECT_FILE_PATH: src/GitBuildInfo.SourceGenerator/GitBuildInfo.SourceGenerator.csproj
41+
PROJECT_FILE_PATH: src/GitBuildInfo.SourceGenerator.csproj
4242
# Flag to toggle git tagging, enabled by default
4343
TAG_COMMIT: false
4444
# API key to authenticate with NuGet server

0 commit comments

Comments
 (0)