CI(msvc): clean before deploy and use newer qt
This commit is contained in:
parent
a217ce9ee8
commit
a6360d5e66
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
arch: 'win64_msvc2019_64'
|
||||
version: '6.7.1'
|
||||
version: '6.7.2'
|
||||
- name: Build
|
||||
shell: cmd
|
||||
run: |
|
||||
|
@ -28,10 +28,11 @@ jobs:
|
|||
call %VCVARS% ${{ matrix.msvc_arch }}
|
||||
qmake pineapple-pictures.pro
|
||||
nmake
|
||||
nmake clean
|
||||
windeployqt --verbose=2 --no-quick-import --no-translations --no-opengl-sw --no-system-d3d-compiler --skip-plugin-types tls,networkinformation release\ppic.exe
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: windows-msvc2022-qt6.7.1-qmake-package
|
||||
name: windows-msvc2022-qt6.7.2-qmake-package
|
||||
path: release/*
|
||||
|
||||
msvc-cmake-build:
|
||||
|
|
Loading…
Reference in New Issue
Block a user