Skip to content

Commit

Permalink
Update build_and_github_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erfansn authored Jul 3, 2024
1 parent 95c558c commit cf7198d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
unzip .\opencv-sdk.zip
- name: Config OpenCV SDK
run: echo "$GITHUB_WORKSPACE\opencv-sdk" > "opencv.properties"
run: echo "sdk.dir=$GITHUB_WORKSPACE\opencv-sdk\OpenCV-android-sdk" > "opencv.properties"

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit cf7198d

Please sign in to comment.