aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/release-qt5.yml
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-29 12:07:43 +0000
committersaturneric <[email protected]>2024-07-29 12:07:43 +0000
commit6e8b6dc61c842db1dd3791ba078ebb23a1f6b661 (patch)
tree107ca1aaee1a3f14b2b9b7f211ea024dadc966a9 /.github/workflows/release-qt5.yml
parentfix: beautify github actions artifacts name (diff)
downloadGpgFrontend-6e8b6dc61c842db1dd3791ba078ebb23a1f6b661.tar.gz
GpgFrontend-6e8b6dc61c842db1dd3791ba078ebb23a1f6b661.zip
fix: a qt5 package issue on windows
Diffstat (limited to '')
-rw-r--r--.github/workflows/release-qt5.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/release-qt5.yml b/.github/workflows/release-qt5.yml
index 43e3646f..be2c0a1d 100644
--- a/.github/workflows/release-qt5.yml
+++ b/.github/workflows/release-qt5.yml
@@ -172,8 +172,6 @@ jobs:
shell: msys2 {0}
run: |
cd $(echo "/${{github.workspace}}" | sed 's/\\/\//g' | sed 's/://')
- mkdir -p build/artifacts/modules
- cp -r modules/build/artifacts/* build/artifacts/modules
cd build
windeployqt --force ./artifacts/GpgFrontend.exe
echo "BUILD_TYPE_LOWER=${BUILD_TYPE,,}" >> ${GITHUB_ENV}