From 8fea89ac8758cce7655821d5c8ce7a277ffc2cc9 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Tue, 15 Oct 2024 19:30:05 -0700 Subject: [PATCH] Fix installation log path --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 0b462ab9e..13ebaadc4 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -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