Skip to content

Commit

Permalink
πŸ’š Fix generator workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Sep 18, 2024
1 parent 8eb4185 commit 97250d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: dotnet restore
- name: Generate
run: >-
dotnet run --project ./Tools/Generate/Generate.csproj -- ${{
github.token }} ./Octokit.GraphQL/
dotnet run --project ./tools/Generate/Generate.csproj -- ${{
github.token }} ./src/Octokit.GraphQL/
- name: Build
run: dotnet build

0 comments on commit 97250d0

Please sign in to comment.