Skip to content

Commit 6faab0e

Browse files
committed
kernelCTF: GHA: fix repro artifact filename
1 parent aab489f commit 6faab0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kernelctf-submission-verification.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
- name: Download exploit
203203
uses: actions/download-artifact@v4
204204
with:
205-
name: exploit_${{ env.RELEASE_ID }}
205+
name: ${{ needs.structure_check.outputs.artifact_backup_dir }}_exploit_${{ env.RELEASE_ID }}
206206
path: ./kernelctf/repro/exp/
207207

208208
- name: Fetch rootfs

0 commit comments

Comments
 (0)