From c4f3a76673661d654f02691385c5c99272ce9264 Mon Sep 17 00:00:00 2001 From: Rick Vogel Date: Mon, 3 Apr 2023 11:16:54 +0200 Subject: [PATCH] fix smoke due to changed binary build location --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e57f979b..70d3200d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -386,7 +386,7 @@ jobs: run: | dir iotdashboard.exe -S echo "starting iotdashboard" - Start-Process qskinny_build\Release\iotdashboard.exe -ArgumentList "-qwindowgeometry 1024x600+0+0" + Start-Process qskinny_build\examples\bin\Release\iotdashboard.exe -ArgumentList "-qwindowgeometry 1024x600+0+0" - name: Smoke test ( QSkinny ) on Ubuntu if: startsWith(matrix.config.name, 'Ubuntu')