Skip to content

Commit a426045

Browse files
committed
fixup
1 parent acaddd2 commit a426045

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
@@ -86,8 +86,8 @@ jobs:
8686
- name: Download Infix artifacts
8787
if: ${{ !inputs.use_latest_release }}
8888
run: |
89-
# Download from latest Infix build workflow for main branch
90-
gh run list --workflow=build.yml --branch=main --limit=1 --status=success --json databaseId --jq '.[0].databaseId' > latest_infix_run_id
89+
# Download from latest Kernelkit Trigger workflow for main branch
90+
gh run list --workflow=164295764 --branch=main --limit=1 --status=success --json databaseId --jq '.[0].databaseId' > latest_infix_run_id
9191
INFIX_RUN_ID=$(cat latest_infix_run_id)
9292
9393
gh run download ${INFIX_RUN_ID} --name artifact-${TARGET} --dir temp_infix/

0 commit comments

Comments
 (0)