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 d86af54 commit f3089ae
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 "sdk.dir=$GITHUB_WORKSPACE/opencv-sdk/OpenCV-android-sdk" > "opencv.properties"
run: echo "sdk.dir=$GITHUB_WORKSPACE/OpenCV-android-sdk" > "opencv.properties"

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

0 comments on commit f3089ae

Please sign in to comment.