Skip to content

Commit 8fca8fb

Browse files
authored
Fixed samples build in Android SDK config in 5.x (#158)
1 parent f3487d3 commit 8fca8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/OCV-PR-5.x-Android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
timeout-minutes: 60
114114
run: |
115115
cd /home/ci/build
116-
"${{ env.OPENCV_DOCKER_WORKDIR }}/platforms/android/build-tests/test_gradle_aar.sh" OpenCV-android-sdk /home/ci/build/maven_repo
116+
"${{ env.OPENCV_DOCKER_WORKDIR }}/platforms/android/build-tests/test_gradle_aar.sh" OpenCV-android-sdk /home/ci/build/outputs/maven_repo
117117
- name: Create Packages
118118
timeout-minutes: 60
119119
run: |

0 commit comments

Comments
 (0)