diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5292f29a4..cb98a84e62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: config-${{ matrix.mode }}.log - path: config-${{ matrix.mode }}.log + path: config.log - name: make run: make - name: make check