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
9494ae267d
commit
ffae7e5090
1 changed files with 2 additions and 0 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -51,6 +51,8 @@ jobs:
|
|||
# tag 打包
|
||||
- name: Package
|
||||
if: startsWith(github.event.ref, 'refs/tags/')
|
||||
env:
|
||||
ref: ${{ github.event.ref }}
|
||||
run: |
|
||||
[string]$tag = ${env:ref}.Substring(${env:ref}.LastIndexOf('/') + 1)
|
||||
[string]$name = 'QtScrcpy-mac-x64-' + ${tag} + '.zip'
|
||||
|
|
Loading…
Add table
Reference in a new issue