diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index aef4c5c..cd532a0 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -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 }} \ No newline at end of file