From 319bc2826c5df99aa59f15be341e2d22f30e912d Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Tue, 29 Oct 2024 16:09:56 +0100 Subject: [PATCH] fix build path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7858067..b03eeef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,5 +41,5 @@ jobs: uses: microsoft/setup-msbuild@v2 - name: Build - run: msbuild /m /p:Configuration=ReleaseAC27 SpeckleConnector/Connector.sln + run: msbuild /m /p:Configuration=ReleaseAC27 speckle-cpp-connectors/SpeckleConnector/Connector.sln