Skip to content

Commit

Permalink
Save installation logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Jul 23, 2024
1 parent 1276b64 commit da7a54c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
with:
name: regression-logs-${{ matrix.os }}
path: ${{ github.workspace }}/sim/verilator/logs/
- uses: actions/upload-artifact@v4
if: always()
with:
name: installation-logs-${{ matrix.os }}
path: /opt/riscv/logs/

rhel_family_install:
name: Test installation on ${{ matrix.os }}
Expand Down Expand Up @@ -82,3 +87,8 @@ jobs:
with:
name: regression-logs-${{ env.ARTIFACT_NAME }}
path: ${{ github.workspace }}/sim/verilator/logs/
- uses: actions/upload-artifact@v4
if: always()
with:
name: installation-logs-${{ env.ARTIFACT_NAME }}
path: /opt/riscv/logs/

0 comments on commit da7a54c

Please sign in to comment.