Skip to content

Commit

Permalink
Pre-compiled image e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Sep 11, 2024
1 parent 6f59c56 commit f2a0381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ jobs:
- name: Upload build image as an artifact
uses: actions/upload-artifact@v4
with:
name: driver-images-${{ matrix.driver-branch }}-${KERNEL_VERSION}-${DIST}
path: ./driver_images_${{ matrix.driver-branch }}_${KERNEL_VERSION}_${DIST}.tar
name: driver-images-${{ matrix.driver-branch }}-${{ env.KERNEL_VERSION }}-${{ env.DIST }}
path: ./driver_images_${{ matrix.driver-branch }}-${{ env.KERNEL_VERSION }}-${{ env.DIST }}.tar
retention-days: 1

determine-e2e-test-matrix:
Expand Down

0 comments on commit f2a0381

Please sign in to comment.