From 6f59c56c51320624866be737fbd3f34717d1aeec Mon Sep 17 00:00:00 2001 From: shiva kumar Date: Wed, 11 Sep 2024 14:05:15 +0530 Subject: [PATCH] Pre-compiled image e2e test Signed-off-by: shiva kumar --- .github/workflows/precompiled.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/precompiled.yaml b/.github/workflows/precompiled.yaml index a190a94f..d0cd7c42 100644 --- a/.github/workflows/precompiled.yaml +++ b/.github/workflows/precompiled.yaml @@ -131,8 +131,8 @@ jobs: - name: Upload build image as an artifact uses: actions/upload-artifact@v4 with: - name: driver-images-${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST} - path: ./driver_images_${DRIVER_BRANCH}_${KERNEL_VERSION}_${DIST}.tar + name: driver-images-${{ matrix.driver-branch }}-${KERNEL_VERSION}-${DIST} + path: ./driver_images_${{ matrix.driver-branch }}_${KERNEL_VERSION}_${DIST}.tar retention-days: 1 determine-e2e-test-matrix: