Skip to content

Commit 92dc987

Browse files
committed
Use full path (actually)
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
1 parent f5bded1 commit 92dc987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ runs:
3535

3636
- name: Test
3737
run: |
38-
JNI_PATH=$(find artifacts -name "*.jar")
38+
JNI_PATH=$(find ~+/artifacts -name "*.jar")
3939
./gradlew test -PprebuiltJniPath="$JNI_PATH"
4040
shell: bash

0 commit comments

Comments
 (0)