diff options
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} |