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: