File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
3030 uses : alirezanet/publish-nuget@v3.0.4
3131 with :
3232 # Filepath of the project to be packaged, relative to root of repository
33- PROJECT_FILE_PATH : RepoDb .PagingPrimitives/RepoDb .PagingPrimitives.csproj
33+ PROJECT_FILE_PATH : RepoDbExtensions .PagingPrimitives/RepoDbExtensions .PagingPrimitives.csproj
3434 NUGET_KEY : ${{secrets.NUGET_API_KEY}}
3535
3636 - name : " Publish NuGet: RepoDbExtensions.SqlServer.PagingOperations"
3737 uses : alirezanet/publish-nuget@v3.0.4
3838 with :
3939 # Filepath of the project to be packaged, relative to root of repository
40- PROJECT_FILE_PATH : RepoDb .SqlServer.PagingOperations/RepoDb .SqlServer.PagingOperations.csproj
40+ PROJECT_FILE_PATH : RepoDbExtensions .SqlServer.PagingOperations/RepoDbExtensions .SqlServer.PagingOperations.csproj
4141 NUGET_KEY : ${{secrets.NUGET_API_KEY}}
4242
4343 - name : " Publish NuGet: GraphQL.ResolverProcessingExtensions"
You can’t perform that action at this time.
0 commit comments