mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 03:25:02 +00:00
feat: build error
This commit is contained in:
parent
4f91b57aa2
commit
9648a8d561
2 changed files with 2 additions and 2 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
env:
|
||||
ENV_QT_PATH: ${{ env.qt-install-path }}
|
||||
run: |
|
||||
python ci\generate-version.py
|
||||
python ci/generate-version.py
|
||||
ci/mac/build_for_mac.sh release
|
||||
# 获取ref最后一个/后的内容
|
||||
- name: Get the version
|
||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -46,5 +46,5 @@ jobs:
|
|||
env:
|
||||
ENV_QT_PATH: ${{ env.qt-install-path }}
|
||||
run: |
|
||||
python ci\generate-version.py
|
||||
python ci/generate-version.py
|
||||
ci/linux/build_for_ubuntu.sh release
|
||||
|
|
Loading…
Add table
Reference in a new issue