mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 11:35:56 +00:00
1
This commit is contained in:
parent
c6e8fc2ae9
commit
715918d107
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -88,8 +88,8 @@ jobs:
|
|||
publish_dir: ..\build\QtScrcpy-win-${{ matrix.msvc_arch }}-v1.1.1
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: ${env:publish_dir}.zip
|
||||
path: ${env:publish_dir}
|
||||
name: ${{env:publish_dir}}
|
||||
path: ${{env:publish_dir}}
|
||||
# tag 打包
|
||||
- name: package
|
||||
if: startsWith(github.event.ref, 'refs/tags/')
|
||||
|
|
Loading…
Add table
Reference in a new issue