Remove artifacts

This commit is contained in:
amai2012 2021-03-03 09:53:18 +01:00 committed by GitHub
parent 985e2d8af1
commit 2a3e641645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 48 deletions

View File

@ -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