kernelCTF: GHA: fix repro artifact filename

This commit is contained in:
Tamas Koczka
2025-03-12 12:44:41 +00:00
parent aab489f3a9
commit 6faab0ec61
@@ -202,7 +202,7 @@ jobs:
- name: Download exploit
uses: actions/download-artifact@v4
with:
name: exploit_${{ env.RELEASE_ID }}
name: ${{ needs.structure_check.outputs.artifact_backup_dir }}_exploit_${{ env.RELEASE_ID }}
path: ./kernelctf/repro/exp/
- name: Fetch rootfs