Skip to content

Commit b4e770d

Browse files
authored
Merge pull request #14290 from ggbecker/compare-ds-fix-artifacts
Fix compare ds artifacts retrieval
2 parents 98c3dae + 6b3daed commit b4e770d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compare-ds.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
with:
7474
name: pr-artifacts-${{ github.event.workflow_run.head_sha }}
7575
path: pr_artifacts
76+
run-id: ${{ github.event.workflow_run.id }}
7677
- name: Unpack built artifacts
7778
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
7879
run: tar -xvzf pr_artifacts/artifacts.tar.gz -C pr_artifacts/unpacked_artifacts

0 commit comments

Comments
 (0)