Skip to content

Commit f668c66

Browse files
committed
Copy missing libraries when deploying for Windows
1 parent 0906b5a commit f668c66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/windows-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ jobs:
6767
cd win_release
6868
windeployqt ${{ env.executable_name }}.exe --qmldir ..\win_build\src || exit 5
6969
shell: cmd
70+
- name: Copy libraries
71+
run: |
72+
cp ${QT_ROOT_DIR}/bin/libgcc_s_seh-1.dll .
73+
cp ${QT_ROOT_DIR}/bin/libstdc++-6.dll .
74+
cp ${QT_ROOT_DIR}/bin/libwinpthread-1.dll .
75+
shell: bash
7076
## Upload
7177
- name: Upload artifacts
7278
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)