From a99b317733dab4c2801869fae17dd7f842f83e8e Mon Sep 17 00:00:00 2001 From: rankun Date: Fri, 21 Feb 2020 13:52:33 +0800 Subject: [PATCH] 1 --- .github/workflows/windows.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d9f68e1..5301f63 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -74,12 +74,10 @@ jobs: - name: build-msvc shell: cmd env: - vc_arch: ${{ matrix.msvc_arch }} ENV_VCVARSALL: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat' ENV_QT_MSVC: 'd:\a\Qt\5.12.7' - ENV_PUBLISH_DIR: '..\build\QtScrcpy-win32' run: | - call "ci\win\build_for_win.bat" release %vc_arch% + call "ci\win\build_for_win.bat" release ${{ matrix.msvc_arch }} # tag 打包 - name: package if: startsWith(github.event.ref, 'refs/tags/')