Skip to content

Commit

Permalink
Fix Nuget Publish Action due to Project renaming to ResoverExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
cajuncoding authored Jul 26, 2023
1 parent 85a401d commit f06dc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: brandedoutcast/publish-nuget@v2.5.5
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: GraphQL.PreProcessingExtensions/GraphQL.PreProcessingExtensions.csproj
PROJECT_FILE_PATH: GraphQL.PreProcessingExtensions/GraphQL.ResolverProcessingExtensions.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: "Publish NuGet: GraphQL.RepoDb.SqlServer"
uses: brandedoutcast/publish-nuget@v2.5.5
Expand Down

0 comments on commit f06dc61

Please sign in to comment.