File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ jobs:
157157 chmod +x out/cppcheck
158158 cp -r cfg out/cfg
159159 cp -r addons out/addons
160+ cp -r platforms out/platforms
160161 file out/cppcheck
161162
162163 - name : Collect binary (Windows)
@@ -174,6 +175,7 @@ jobs:
174175 Copy-Item $binary.FullName "out/cppcheck.exe"
175176 Copy-Item -Recurse cfg out/cfg
176177 Copy-Item -Recurse addons out/addons
178+ Copy-Item -Recurse platforms out/platforms
177179
178180 # ── QEMU cross builds (armv7, armv6) ─────────────────────────────
179181 - name : Build in QEMU (${{ matrix.qemu_arch }})
@@ -203,6 +205,7 @@ jobs:
203205 chmod +x cppcheck-src/out/cppcheck
204206 cp -r cppcheck-src/cfg cppcheck-src/out/cfg
205207 cp -r cppcheck-src/addons cppcheck-src/out/addons
208+ cp -r cppcheck-src/platforms cppcheck-src/out/platforms
206209 file cppcheck-src/out/cppcheck
207210
208211 # ── Upload ────────────────────────────────────────────────────────
You can’t perform that action at this time.
0 commit comments