File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 5252 dry-run : false
5353 keep-unaffected-fuzz-targets : true
5454
55+ - name : What is on the disk (pwd)
56+ run : |
57+ echo '---------------------'
58+ pwd
59+ find . -type d
60+ echo '---------------------'
61+
62+ - name : What is on the disk (home)
63+ run : |
64+ echo '---------------------'
65+ find ~ -type d
66+ echo '---------------------'
67+
5568 # Archive the fuzzer output (which maintains permissions)
5669 - name : Create fuzz tar
5770 run : tar cvf fuzz.tar build-out/
8598 oss-fuzz-project-name : ' curl'
8699 fuzz-seconds : 120
87100 dry-run : false
101+
102+ - name : What is on the disk (pwd)
103+ run : |
104+ echo '---------------------'
105+ pwd
106+ find . -type d
107+ echo '---------------------'
108+
109+ - name : What is on the disk (home)
110+ run : |
111+ echo '---------------------'
112+ find ~ -type d
113+ echo '---------------------'
114+
88115 - name : Upload Crash
89116 uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
90117 if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments