diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 7b07c5636..8d6abfd2f 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -31,6 +31,11 @@ jobs: run: | source setup.sh regression-wally + - uses: actions/upload-artifact@v2 + if: always() + with: + name: regression-logs-${{ matrix.os }} + path: ${{ github.workspace }}/sim/verilator/logs/ rhel_family_install: name: Test installation on ${{ matrix.os }} @@ -67,3 +72,8 @@ jobs: run: | source setup.sh regression-wally + - uses: actions/upload-artifact@v2 + if: always() + with: + name: regression-logs-${{ matrix.os }} + path: ${{ github.workspace }}/sim/verilator/logs/