Skip to content

Commit

Permalink
chore modify java workflow to use the scripts foler in .github
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jun 26, 2024
1 parent b0d4bf1 commit 29164e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-java-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Run compile script
run: |
chmod +x scripts/compile_all_targets_java.sh
scripts/compile_all_targets_java.sh
chmod +x .github/scripts/compile_all_targets_java.sh
.github/scripts/compile_all_targets_java.sh
- name: Publish Java package to Maven Central
env:
Expand Down

0 comments on commit 29164e3

Please sign in to comment.