Update build-qv2ray.yml

This commit is contained in:
Qv2ray-dev 2020-02-11 11:05:01 +08:00 committed by GitHub
parent 0b15bf64ff
commit 3c49692a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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