From 3c49692a66b51f2b1e98d5a2af7fbf3fc15c7ad3 Mon Sep 17 00:00:00 2001 From: Qv2ray-dev <59914293+Qv2ray-dev@users.noreply.github.com> Date: Tue, 11 Feb 2020 11:05:01 +0800 Subject: [PATCH] Update build-qv2ray.yml --- .github/workflows/build-qv2ray.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-qv2ray.yml b/.github/workflows/build-qv2ray.yml index 57311cce..14811eab 100644 --- a/.github/workflows/build-qv2ray.yml +++ b/.github/workflows/build-qv2ray.yml @@ -211,12 +211,12 @@ jobs: qmake .. CONFIG+=no_increase_build_number # -------------------------------------------------------- Build - name: Cross-platform - ${{ matrix.qt_version }} - Build Qv2ray - shell: bash + shell: cmd run: | cd build nmake # -------------------------------------------------------- Deployments - - name: Win64 - ${{ matrix.qt_version }} - Copying DLLs to build output folders + - name: Win32 - ${{ matrix.qt_version }} - Copying DLLs to build output folders run: .\.github\workflows\copy_DLLs.bat - name: Win32 - ${{ matrix.qt_version }} - Running windeployqt shell: cmd