Skip to content

Commit

Permalink
added working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Davenport committed Nov 12, 2024
1 parent 8ca3c6e commit bc08322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Change wrapper permissions
working-directory: ./generator/
run: chmod +x ./gradlew
- name: Build with Gradle Wrapper
working-directory: ./generator/
Expand Down

0 comments on commit bc08322

Please sign in to comment.