diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 583c5aa..dce2c15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: if: failure() with: name: mumps-${{ matrix.toolchain }}-dbg - path: ${{ github.workspace }}/out + path: ${{ github.workspace }} retention-days: 1 - name: Upload library uses: actions/upload-artifact@v4