Skip to content

Commit

Permalink
fix: devops configs for qt5 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
saturneric committed Dec 2, 2024
1 parent 12e52bb commit e1a935f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down

0 comments on commit e1a935f

Please sign in to comment.