mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-03 14:18:45 +00:00
ci: fix a problem caused by renaming
This commit is contained in:
parent
fc9e922a4e
commit
b0a9302fec
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
ENV_QT_PATH: ${{ env.qt-install-path }}
|
ENV_QT_PATH: ${{ env.qt-install-path }}
|
||||||
run: |
|
run: |
|
||||||
python ci/generate-version.py
|
python ci/generate-version.py
|
||||||
ci/linux/build_for_ubuntu.sh RelWithDebInfo
|
ci/linux/build_for_linux.sh "RelWithDebInfo"
|
||||||
- name: Upload RelWithDebInfo
|
- name: Upload RelWithDebInfo
|
||||||
uses: actions/upload-artifact@v3.1.0
|
uses: actions/upload-artifact@v3.1.0
|
||||||
with:
|
with:
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
ENV_QT_PATH: ${{ env.qt-install-path }}
|
ENV_QT_PATH: ${{ env.qt-install-path }}
|
||||||
run: |
|
run: |
|
||||||
python ci/generate-version.py
|
python ci/generate-version.py
|
||||||
ci/linux/build_for_ubuntu.sh Release
|
ci/linux/build_for_linux.sh "Release"
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
uses: actions/upload-artifact@v3.1.0
|
uses: actions/upload-artifact@v3.1.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue