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