We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f09313 commit 04686fdCopy full SHA for 04686fd
.github/workflows/build-image.yml
@@ -67,7 +67,8 @@ jobs:
67
if: ${{ !inputs.use_latest_release }}
68
run: |
69
# 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
+ #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
72
BOOT_RUN_ID=$(cat latest_boot_run_id)
73
74
gh run download ${BOOT_RUN_ID} --name artifact-${BOOTLOADER} --dir temp_bootloader/
0 commit comments