File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments