From d613a1b2f9ede52c456bcd7cf14470e25773f0d3 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Sun, 21 Jul 2024 11:16:08 -0700 Subject: [PATCH] Upload logs --- .github/workflows/install.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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/