mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-21 12:04:59 +00:00
1
This commit is contained in:
parent
f80e03fd29
commit
2c80e312e7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -92,7 +92,7 @@ jobs:
|
|||
run: |
|
||||
[string]$tag = ${env:ref}.Substring(${env:ref}.LastIndexOf('/') + 1)
|
||||
[string]$full_publish_dir = ${env:publish_dir} + ${tag}
|
||||
Start-Process ci\win\publish_for_win.bat %vc_arch% '.\build\'$full_publish_dir
|
||||
cmd.exe /c 'ci\win\publish_for_win.bat' %vc_arch% '.\build\'$full_publish_dir
|
||||
# 打包zip
|
||||
Compress-Archive -Path 'ci\win\build\'$full_publish_dir 'ci\win\build\'$full_publish_dir'.zip'
|
||||
# 记录环境变量packageName给后续step
|
||||
|
|
Loading…
Add table
Reference in a new issue