Remove artifacts
This commit is contained in:
parent
27316e04ed
commit
985e2d8af1
|
@ -148,18 +148,3 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pushd oss-fuzz
|
pushd oss-fuzz
|
||||||
make -j$(nproc) CXX=clang++ CXXFLAGS="-fsanitize=address" fuzz-client translate
|
make -j$(nproc) CXX=clang++ CXXFLAGS="-fsanitize=address" fuzz-client translate
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: cppcheck_cli
|
|
||||||
path: ./cppcheck
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: cppcheck_cli
|
|
||||||
path: ./**/cfg/*.cfg
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: cppcheck_cli
|
|
||||||
path: ./**/platforms/*.xml
|
|
||||||
|
|
Loading…
Reference in New Issue