Skip to content

Commit ad8bef5

Browse files
committed
TEMP: REVERT THIS
1 parent 524a2a8 commit ad8bef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
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/
@@ -91,7 +91,7 @@ jobs:
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/

0 commit comments

Comments
 (0)