Skip to content

Commit c525916

Browse files
committed
cp
1 parent 6073bc2 commit c525916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-windows-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
mkdir cppcheck-mingw
6060
cp cppcheck.exe cppcheck-mingw/
61-
find / -name libgcc_s_seh-1.dll
61+
cp /mingw64/*.dll cppcheck-mingw/
6262
6363
- uses: actions/upload-artifact@v4
6464
with:

0 commit comments

Comments
 (0)