From 5fba3688816990edc9aaa5bdba625b106a623e70 Mon Sep 17 00:00:00 2001 From: Keaton Sentak Date: Tue, 13 Aug 2024 10:44:17 -0400 Subject: [PATCH] fix path to discovery --- .github/workflows/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/utils.sh b/.github/workflows/utils.sh index 992fa969d..bf8286b7b 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 ]