aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/release-qt5.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release-qt5.yml')
-rw-r--r--.github/workflows/release-qt5.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release-qt5.yml b/.github/workflows/release-qt5.yml
index fc4ca5a6..daddbda2 100644
--- a/.github/workflows/release-qt5.yml
+++ b/.github/workflows/release-qt5.yml
@@ -230,9 +230,9 @@ jobs:
cp gpgfrontend.ico build/artifacts/bin/
touch build/artifacts/bin/PORTABLE.txt
cd build
- windeployqt-qt6 --no-translations --force ./artifacts/bin/libgpgfrontend_core.dll
- windeployqt-qt6 --no-translations --force ./artifacts/bin/libgpgfrontend_ui.dll
- windeployqt-qt6 --no-translations --force ./artifacts/bin/GpgFrontend.exe
+ windeployqt --no-translations --force ./artifacts/bin/libgpgfrontend_core.dll
+ windeployqt --no-translations --force ./artifacts/bin/libgpgfrontend_ui.dll
+ windeployqt --no-translations --force ./artifacts/bin/GpgFrontend.exe
mkdir upload-artifact
cd artifacts
zip -r ../upload-artifact/GpgFrontend-${{env.SHORT_SHA}}-x86_64.zip *