diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 5f058da..eb53dcd 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,6 +21,6 @@ jobs: with: dotnet-version: 8.0.x - name: Restore dependencies - run: dotnet restore + run: dotnet restore src/Lupusec2Mqtt.sln - name: Build - run: dotnet build --no-restore + run: dotnet build src/Lupusec2Mqtt.sln --no-restore