Fix fuzzing ref (#933)
This commit is contained in:
parent
12e996ad96
commit
e2307d7dbf
2
.github/workflows/fuzz.yml
vendored
2
.github/workflows/fuzz.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
||||
space_name: fuzzing-output
|
||||
space_region: nyc3
|
||||
source: sus/saved_logs/
|
||||
out_dir: ${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ github.ref_name }}/${{ github.sha }}
|
||||
out_dir: ${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ github.head_ref || github.ref_name }}/${{ github.sha }}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user