Don't publish artifacts
Currently that feature is unstable and nobody seems to use them anyway.
This commit is contained in:
parent
835ca01aba
commit
b1eaa3021f
|
@ -73,18 +73,3 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
./cppcheck --addon=threadsafety addons/test/threadsafety
|
./cppcheck --addon=threadsafety addons/test/threadsafety
|
||||||
./cppcheck --addon=threadsafety --std=c++03 addons/test/threadsafety
|
./cppcheck --addon=threadsafety --std=c++03 addons/test/threadsafety
|
||||||
|
|
||||||
- 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