Skip to content

Commit 97250d0

Browse files
committed
💚 Fix generator workflow
1 parent 8eb4185 commit 97250d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/generate-schema.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: dotnet restore
2323
- name: Generate
2424
run: >-
25-
dotnet run --project ./Tools/Generate/Generate.csproj -- ${{
26-
github.token }} ./Octokit.GraphQL/
25+
dotnet run --project ./tools/Generate/Generate.csproj -- ${{
26+
github.token }} ./src/Octokit.GraphQL/
2727
- name: Build
2828
run: dotnet build

0 commit comments

Comments
 (0)