File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7171 if : ${{ !inputs.use_latest_release }}
7272 run : |
7373 # Download from latest bootloader build workflow on main branch
74- gh run list --workflow=build-boot.yml --branch=main --limit=1 --status=success --json databaseId --jq '.[0].databaseId' > latest_boot_run_id
74+ gh run list --workflow=build-boot.yml --branch=banana-pi --limit=1 --status=success --json databaseId --jq '.[0].databaseId' > latest_boot_run_id
7575 BOOT_RUN_ID=$(cat latest_boot_run_id)
7676
7777 gh run download ${BOOT_RUN_ID} --name artifact-${BOOTLOADER} --dir temp_bootloader/
9191 if : ${{ !inputs.use_latest_release }}
9292 run : |
9393 # Download from latest Kernelkit Trigger workflow for main branch
94- gh run list --workflow=164295764 --branch=main --limit=1 --status=success --json databaseId --jq '.[0].databaseId' > latest_infix_run_id
94+ gh run list --workflow=164295764 --branch=banana-pi --limit=1 --status=success --json databaseId --jq '.[0].databaseId' > latest_infix_run_id
9595 INFIX_RUN_ID=$(cat latest_infix_run_id)
9696
9797 gh run download ${INFIX_RUN_ID} --name artifact-${TARGET} --dir temp_infix/
You can’t perform that action at this time.
0 commit comments