File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,12 @@ jobs:
156
156
cd win_release
157
157
windeployqt ${{ env.executable_name }}.exe --qmldir ..\win_build\src || exit 5
158
158
shell : cmd
159
+ - name : Copy libraries
160
+ run : |
161
+ cp ${QT_ROOT_DIR}/bin/libgcc_s_seh-1.dll win_release/
162
+ cp ${QT_ROOT_DIR}/bin/libstdc++-6.dll win_release/
163
+ cp ${QT_ROOT_DIR}/bin/libwinpthread-1.dll win_release/
164
+ shell : bash
159
165
# Update Windows repository
160
166
- if : env.create_windows_installer == 1 && env.is_prerelease == 1
161
167
name : Do not update Windows repo if this is a pre-release
Original file line number Diff line number Diff line change 67
67
cd win_release
68
68
windeployqt ${{ env.executable_name }}.exe --qmldir ..\win_build\src || exit 5
69
69
shell : cmd
70
+ - name : Copy libraries
71
+ run : |
72
+ cp ${QT_ROOT_DIR}/bin/libgcc_s_seh-1.dll win_release/
73
+ cp ${QT_ROOT_DIR}/bin/libstdc++-6.dll win_release/
74
+ cp ${QT_ROOT_DIR}/bin/libwinpthread-1.dll win_release/
75
+ shell : bash
70
76
# # Upload
71
77
- name : Upload artifacts
72
78
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments