Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
turikhay committed Nov 12, 2024
1 parent d3e8f01 commit b6b1dbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup_gradle.yml
- uses: ./.github/actions/setup_gradle
with:
dependency-graph: ${{ inputs.dependency-graph }}
- name: Determine target Spigot version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup_gradle.yml
- uses: ./.github/actions/setup_gradle
- name: Run tasks
run: |
./gradlew \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-versions-cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup_gradle.yml
- uses: ./.github/actions/setup_gradle
- name: Run tasks
run: |
./gradlew \
Expand Down

0 comments on commit b6b1dbd

Please sign in to comment.