We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aab2e3 commit bc4a648Copy full SHA for bc4a648
.github/workflows/jazzer.yml
@@ -40,6 +40,7 @@ jobs:
40
chmod +x ./jazzer.sh
41
./jazzer.sh --version ${{matrix.version}} --package ${{matrix.package}} --class ${{matrix.class}} --methods ${{matrix.methods}} --keep-going=1
42
shell: bash
43
+ working-directory: .github/workflows
44
45
- name: Upload Crash
46
uses: actions/upload-artifact@v1
0 commit comments