Skip to content

Commit

Permalink
Fix installation log path
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Oct 16, 2024
1 parent 43b2737 commit 8fea89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
if: always()
with:
name: installation-logs-${{ matrix.name }}
path: $RISCV/logs/
path: ${{ env.RISCV }}/logs/
- name: make tests
run: |
source setup.sh
Expand Down

0 comments on commit 8fea89a

Please sign in to comment.