Skip to content

Commit 4af2c31

Browse files
committed
chore: remove qt deployment for module dlls
- remove windeployqt-qt6 command for module dlls in release workflow - keep deployment for main binaries and executable
1 parent cfbe02d commit 4af2c31

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,6 @@ jobs:
376376
windeployqt-qt6 --no-translations --force ./artifacts/bin/libgf_ui.dll
377377
windeployqt-qt6 --no-translations --force ./artifacts/bin/libgf_test.dll
378378
windeployqt-qt6 --no-translations --force ./artifacts/bin/GpgFrontend.exe
379-
for module in ./artifacts/modules/*.dll; do
380-
windeployqt-qt6 --no-translations --force "$module"
381-
done
382379
mkdir upload-artifact
383380
cd artifacts
384381
zip -r ../upload-artifact/GpgFrontend-${{env.SHORT_SHA}}-${{matrix.os}}-x86_64.zip *

0 commit comments

Comments
 (0)