Remove artifacts
This commit is contained in:
parent
985e2d8af1
commit
2a3e641645
|
@ -101,51 +101,3 @@ jobs:
|
|||
- name: Run Release test
|
||||
run: .\bin\testrunner.exe || exit /b !errorlevel!
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: matrix.os == 'x64'
|
||||
with:
|
||||
name: cppcheck_gui
|
||||
path: Build\gui
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: matrix.os == 'x64'
|
||||
with:
|
||||
name: cppcheck_gui
|
||||
path: ./**/cfg/*.cfg
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: matrix.os == 'x64'
|
||||
with:
|
||||
name: cppcheck_gui
|
||||
path: ./**/platforms/*.xml
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: matrix.os == 'x64'
|
||||
with:
|
||||
name: cppcheck_gui
|
||||
path: externals\z3\bin\*.dll
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: cppcheck_cli
|
||||
path: ./bin/cppcheck.exe
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: cppcheck_cli
|
||||
path: ./bin/cppcheck-core.dll
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: cppcheck_cli
|
||||
path: externals\z3\bin\*.dll
|
||||
|
||||
- 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