Skip to content

Commit 04686fd

Browse files
committed
fixup
1 parent 2f09313 commit 04686fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
if: ${{ !inputs.use_latest_release }}
6868
run: |
6969
# Download from latest bootloader build workflow on main branch
70-
gh run list --workflow=build-boot.yml --branch=main --limit=1 --status=success --json databaseId --jq '.[0].databaseId' > latest_boot_run_id
70+
#gh run list --workflow=build-boot.yml --branch=main --limit=1 --status=success --json databaseId --jq '.[0].databaseId' > latest_boot_run_id
71+
gh run list --workflow=build-boot.yml --branch=create-sdcard --limit=1 --status=success --json databaseId --jq '.[0].databaseId' > latest_boot_run_id
7172
BOOT_RUN_ID=$(cat latest_boot_run_id)
7273
7374
gh run download ${BOOT_RUN_ID} --name artifact-${BOOTLOADER} --dir temp_bootloader/

0 commit comments

Comments
 (0)