Skip to content

Commit 6073bc2

Browse files
committed
msys
1 parent 09b3688 commit 6073bc2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ jobs:
5757
- name: Package
5858
run: |
5959
mkdir cppcheck-mingw
60-
copy cppcheck.exe cppcheck-mingw/
61-
cd \
62-
dir /s libgcc_s_seh-1.dll
60+
cp cppcheck.exe cppcheck-mingw/
61+
find / -name libgcc_s_seh-1.dll
6362
6463
- uses: actions/upload-artifact@v4
6564
with:

0 commit comments

Comments
 (0)