Skip to content

Commit 2a3e641

Browse files
authored
Remove artifacts
1 parent 985e2d8 commit 2a3e641

1 file changed

Lines changed: 0 additions & 48 deletions

File tree

.github/workflows/CI-windows.yml

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -101,51 +101,3 @@ jobs:
101101
- name: Run Release test
102102
run: .\bin\testrunner.exe || exit /b !errorlevel!
103103

104-
- uses: actions/upload-artifact@v2
105-
if: matrix.os == 'x64'
106-
with:
107-
name: cppcheck_gui
108-
path: Build\gui
109-
110-
- uses: actions/upload-artifact@v2
111-
if: matrix.os == 'x64'
112-
with:
113-
name: cppcheck_gui
114-
path: ./**/cfg/*.cfg
115-
116-
- uses: actions/upload-artifact@v2
117-
if: matrix.os == 'x64'
118-
with:
119-
name: cppcheck_gui
120-
path: ./**/platforms/*.xml
121-
122-
- uses: actions/upload-artifact@v2
123-
if: matrix.os == 'x64'
124-
with:
125-
name: cppcheck_gui
126-
path: externals\z3\bin\*.dll
127-
128-
- uses: actions/upload-artifact@v2
129-
with:
130-
name: cppcheck_cli
131-
path: ./bin/cppcheck.exe
132-
133-
- uses: actions/upload-artifact@v2
134-
with:
135-
name: cppcheck_cli
136-
path: ./bin/cppcheck-core.dll
137-
138-
- uses: actions/upload-artifact@v2
139-
with:
140-
name: cppcheck_cli
141-
path: externals\z3\bin\*.dll
142-
143-
- uses: actions/upload-artifact@v2
144-
with:
145-
name: cppcheck_cli
146-
path: ./**/cfg/*.cfg
147-
148-
- uses: actions/upload-artifact@v2
149-
with:
150-
name: cppcheck_cli
151-
path: ./**/platforms/*.xml

0 commit comments

Comments
 (0)