File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -388,10 +388,13 @@ jobs:
388388 touch build/artifacts/bin/ENV.ini
389389 echo "PortableMode=true" >> build/artifacts/bin/ENV.ini
390390 cd build
391- windeployqt-qt6 --no-translations --force ./artifacts/bin/libgf_core.dll
392- windeployqt-qt6 --no-translations --force ./artifacts/bin/libgf_ui.dll
393- windeployqt-qt6 --no-translations --force ./artifacts/bin/libgf_test.dll
394- windeployqt-qt6 --no-translations --force ./artifacts/bin/GpgFrontend.exe
391+ windeployqt6 --no-translations --force ./artifacts/bin/libgf_core.dll
392+ windeployqt6 --no-translations --force ./artifacts/bin/libgf_ui.dll
393+ windeployqt6 --no-translations --force ./artifacts/bin/libgf_test.dll
394+ windeployqt6 --no-translations --force ./artifacts/bin/GpgFrontend.exe
395+ for module in ./artifacts/modules/*.dll; do
396+ windeployqt6 --no-translations --force "$module"
397+ done
395398 mkdir upload-artifact
396399 cd artifacts
397400 zip -r ../upload-artifact/GpgFrontend-${{env.SHORT_SHA}}-${{matrix.os}}-x86_64.zip *
You can’t perform that action at this time.
0 commit comments