We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a31b8 commit 09b8ccfCopy full SHA for 09b8ccf
actions/build-ml-whl/action.yaml
@@ -48,7 +48,7 @@ runs:
48
fi
49
echo "BUILD_TYPE=${BUILD_TYPE}"
50
51
- makefile_path=$(find . -type f -name "Makefile")
+ makefile_path=$(find . -maxdepth 2 -type f -name "Makefile" | head -1)
52
echo "makefile_path=${makefile_path}"
53
makefile_dir=$(dirname "${makefile_path}")
54
echo "makefile_dir=${makefile_dir}"
0 commit comments