Skip to content

Commit

Permalink
workflows: fix file name in LAVA job definition
Browse files Browse the repository at this point in the history
Signed-off-by: Milosz Wasilewski <[email protected]>
  • Loading branch information
mwasilew authored and ricardosalveti committed Dec 11, 2024
1 parent a844028 commit d4839f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
id: create_definition
run: |
export DEVICE_TYPE=${{ matrix.machine }}
export BUILD_FILE_NAME="core-image-minimal-${DEVICE_TYPE}.rootfs.qcomflash.tar.gz"
export BUILD_FILE_NAME="core-image-base-${DEVICE_TYPE}.rootfs.qcomflash.tar.gz"
export BUILD_DOWNLOAD_URL="https://quic-yocto-fileserver-1029608027416.us-central1.run.app/${GITHUB_RUN_ID}/${{ matrix.machine }}/${BUILD_FILE_NAME}"
export JOB_FILE_NAME="${{ matrix.machine }}-${GITHUB_RUN_ID}.yml"
Expand Down

0 comments on commit d4839f2

Please sign in to comment.