From c99e1184c18cc91bfef56f8dc678dc8aad404860 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Sat, 31 May 2025 23:19:53 -0700 Subject: [PATCH] Fix extra logging --- .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 e6c9d86d6..d14ac20cd 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -156,7 +156,7 @@ jobs: if: always() with: name: buildroot-artifacts-${{ matrix.name }} - path: ${{ env.RISCV }}/buildroot/output/images/ + path: ${{ github.workspace }}/buildroot/output/images/ # Only the linux-testvectors are needed, so remove the rest of the buildroot to save space # Logs have already been uploaded so they can be removed - name: Clean up installation