diff options
author | saturneric <[email protected]> | 2024-07-29 12:07:43 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-29 12:07:43 +0000 |
commit | 6e8b6dc61c842db1dd3791ba078ebb23a1f6b661 (patch) | |
tree | 107ca1aaee1a3f14b2b9b7f211ea024dadc966a9 /.github/workflows/release-qt5.yml | |
parent | fix: beautify github actions artifacts name (diff) | |
download | GpgFrontend-6e8b6dc61c842db1dd3791ba078ebb23a1f6b661.tar.gz GpgFrontend-6e8b6dc61c842db1dd3791ba078ebb23a1f6b661.zip |
fix: a qt5 package issue on windows
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/release-qt5.yml | 2 |
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} |