diff --git a/.github/workflows/log4net-dotnetcore.yml b/.github/workflows/log4net-dotnetcore.yml index 11b7c404..dbcf4412 100644 --- a/.github/workflows/log4net-dotnetcore.yml +++ b/.github/workflows/log4net-dotnetcore.yml @@ -31,3 +31,4 @@ jobs: dotnet-version: ${{ matrix.dotnet }} - name: Execute dotnet run: dotnet build + working-directory: src