We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98c3dae + 6b3daed commit b4e770dCopy full SHA for b4e770d
.github/workflows/compare-ds.yaml
@@ -73,6 +73,7 @@ jobs:
73
with:
74
name: pr-artifacts-${{ github.event.workflow_run.head_sha }}
75
path: pr_artifacts
76
+ run-id: ${{ github.event.workflow_run.id }}
77
- name: Unpack built artifacts
78
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
79
run: tar -xvzf pr_artifacts/artifacts.tar.gz -C pr_artifacts/unpacked_artifacts
0 commit comments