Skip to content

Commit

Permalink
Fixed api build in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
3arthqu4ke committed Aug 13, 2024
1 parent 8610a40 commit aff54d7
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-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
version:
- { dir: api, mc: api, lex: api, neo: api, java: 8 }
- { dir: hmc-specifics-api, mc: api, lex: api, neo: api, java: 8 }
- { dir: 1_21, mc: 1.21.1, lex: 52.0.2, neo: 4, java: 21 }
- { dir: 1_21, mc: 1.21, lex: 51.0.24, neo: 96-beta, java: 21 }
- { dir: 1_20, mc: 1.20.6, lex: 50.1.10, neo: 119, java: 21 }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: 8
distribution: temurin
- name: Grant execute permission for gradlew
working-directory: ./api
working-directory: ./hmc-specifics-api
run: chmod +x gradlew
- name: Publish with gradle
working-directory: ./api
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
version:
- { dir: api, mc: api, lex: api, neo: api, java: 8 }
- { dir: hmc-specifics-api, mc: api, lex: api, neo: api, java: 8 }
- { dir: 1_21, mc: 1.21.1, lex: 52.0.2, neo: 4, java: 21 }
- { dir: 1_21, mc: 1.21, lex: 51.0.24, neo: 96-beta, java: 21 }
- { dir: 1_20, mc: 1.20.6, lex: 50.1.10, neo: 119, java: 21 }
Expand Down

0 comments on commit aff54d7

Please sign in to comment.