mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-04 14:48:37 +00:00
1
This commit is contained in:
parent
59d455b5a6
commit
b7954d65c1
1 changed files with 1 additions and 3 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: ../Qt/${{matrix.qt_ver}}/${{matrix.qt_arch_install}}
|
path: ../Qt/${{matrix.qt_ver}}/${{matrix.qt_arch_install}}
|
||||||
key: ${{ runner.os }}-Qt-cache1/${{matrix.qt_ver}}/${{matrix.qt_arch}}
|
key: ${{ runner.os }}-Qt-cache/${{matrix.qt_ver}}/${{matrix.qt_arch}}
|
||||||
- name: setupQt
|
- name: setupQt
|
||||||
if: steps.WindowsCacheQt.outputs.cache-hit == 'true'
|
if: steps.WindowsCacheQt.outputs.cache-hit == 'true'
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
@ -82,8 +82,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
call "ci\win\build_for_win.bat" release %vc_arch%
|
call "ci\win\build_for_win.bat" release %vc_arch%
|
||||||
call "ci\win\publish_for_win.bat" %vc_arch% %publish_dir%
|
call "ci\win\publish_for_win.bat" %vc_arch% %publish_dir%
|
||||||
# 打包zip
|
|
||||||
Compress-Archive -Path ${env:publish_dir} ${env:publish_dir}'.zip'
|
|
||||||
# 上传artifact
|
# 上传artifact
|
||||||
- name: upload-artifact
|
- name: upload-artifact
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue