diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 85c290c68a..70419d258c 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -32,7 +32,7 @@ jobs: - name: Install dependencies run: dotnet restore - name: Build - run: dotnet build --configuration Release --no-restore /m > logs/log-${{ matrix.os }}.txt + run: dotnet build --configuration Release --no-restore /m > log-${{ matrix.os }}.txt - name: Upload log artifacts uses: actions/upload-artifact/merge@v4 with: