diff options
author | saturneric <[email protected]> | 2024-12-02 23:47:37 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-12-02 23:48:22 +0000 |
commit | e1a935f2615c64647b392ab70d64bc3c9f427cf5 (patch) | |
tree | 64b0dc9478fded9ff38e3d455a7ab7b913e9bb02 /.github/workflows/release-qt5.yml | |
parent | fix: set bundled gnupg version (diff) | |
download | GpgFrontend-e1a935f2615c64647b392ab70d64bc3c9f427cf5.tar.gz GpgFrontend-e1a935f2615c64647b392ab70d64bc3c9f427cf5.zip |
fix: devops configs for qt5 on windows
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/release-qt5.yml | 6 |
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 * |