diff --git a/.github/workflows/develop-ci.yml b/.github/workflows/develop-ci.yml index 2b435ae..55bb380 100644 --- a/.github/workflows/develop-ci.yml +++ b/.github/workflows/develop-ci.yml @@ -16,6 +16,8 @@ jobs: - name: Checkout Meadow.Logging uses: actions/checkout@v3 + with: + path: Meadow.Logging - 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.Logging/Meadow.Logging.sln + run: dotnet build -c Release Meadow.Logging/Source/Meadow.Logging/Meadow.Logging.sln diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index d0fd98f..42e6466 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -16,6 +16,8 @@ jobs: - name: Checkout Meadow.Logging uses: actions/checkout@v3 + with: + path: Meadow.Logging - 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.Logging/Meadow.Logging.sln + run: dotnet build -c Release Meadow.Logging/Source/Meadow.Logging/Meadow.Logging.sln