We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5bded1 commit 92dc987Copy full SHA for 92dc987
1 file changed
.github/actions/test/action.yml
@@ -35,6 +35,6 @@ runs:
35
36
- name: Test
37
run: |
38
- JNI_PATH=$(find artifacts -name "*.jar")
+ JNI_PATH=$(find ~+/artifacts -name "*.jar")
39
./gradlew test -PprebuiltJniPath="$JNI_PATH"
40
shell: bash
0 commit comments