We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d4bf1 commit 29164e3Copy full SHA for 29164e3
.github/workflows/release-java-bindings.yml
@@ -63,8 +63,8 @@ jobs:
63
64
- name: Run compile script
65
run: |
66
- chmod +x scripts/compile_all_targets_java.sh
67
- scripts/compile_all_targets_java.sh
+ chmod +x .github/scripts/compile_all_targets_java.sh
+ .github/scripts/compile_all_targets_java.sh
68
69
- name: Publish Java package to Maven Central
70
env:
0 commit comments