Skip to content

Commit 29164e3

Browse files
committed
chore modify java workflow to use the scripts foler in .github
1 parent b0d4bf1 commit 29164e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-java-bindings.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
6464
- name: Run compile script
6565
run: |
66-
chmod +x scripts/compile_all_targets_java.sh
67-
scripts/compile_all_targets_java.sh
66+
chmod +x .github/scripts/compile_all_targets_java.sh
67+
.github/scripts/compile_all_targets_java.sh
6868
6969
- name: Publish Java package to Maven Central
7070
env:

0 commit comments

Comments
 (0)