mirror of
https://github.com/google/security-research
synced 2026-06-08 14:27:23 +00:00
kernelCTF: GHA: fix repro artifact filename
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user