diff --git a/.github/workflows/develop-ci.yml b/.github/workflows/develop-ci.yml index 7e8d3f1..76abced 100644 --- a/.github/workflows/develop-ci.yml +++ b/.github/workflows/develop-ci.yml @@ -16,6 +16,8 @@ jobs: - name: Checkout Meadow.Units uses: actions/checkout@v3 + with: + path: Meadow.Units - name: Setup .NET uses: actions/setup-dotnet@v1 @@ -23,4 +25,4 @@ jobs: dotnet-version: 7.0.x - name: Build - run: dotnet build -c Release Source/Meadow.Units/Meadow.Units.sln + run: dotnet build -c Release Meadow.Units/Source/Meadow.Units/Meadow.Units.sln diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index ebac44d..5d1660f 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -16,6 +16,8 @@ jobs: - name: Checkout Meadow.Units uses: actions/checkout@v3 + with: + path: Meadow.Units - name: Setup .NET uses: actions/setup-dotnet@v1 @@ -23,4 +25,4 @@ jobs: dotnet-version: 7.0.x - name: Build - run: dotnet build -c Release Source/Meadow.Units/Meadow.Units.sln + run: dotnet build -c Release Meadow.Units/Source/Meadow.Units/Meadow.Units.sln