diff --git a/.github/workflows/utils.sh b/.github/workflows/utils.sh index 9d4270d90..8296a9f08 100755 --- a/.github/workflows/utils.sh +++ b/.github/workflows/utils.sh @@ -190,7 +190,7 @@ function generateSource() { fi echo "Generate source for Discovery SDK" - cd ../discovery + cd ../../../../discovery npm run cpp if [ $? -eq 0 ]