mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-06 07:28:38 +00:00
gh-actions: remove gen-ver as it causes problems
This commit is contained in:
parent
cb73720d74
commit
ab3541a8a8
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -48,7 +48,6 @@ jobs:
|
|||
env:
|
||||
ENV_QT_PATH: ${{ env.qt-install-path }}
|
||||
run: |
|
||||
python ci/generate-version.py
|
||||
ci/linux/build_for_linux.sh "RelWithDebInfo"
|
||||
- name: Upload RelWithDebInfo
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
|
@ -59,7 +58,6 @@ jobs:
|
|||
env:
|
||||
ENV_QT_PATH: ${{ env.qt-install-path }}
|
||||
run: |
|
||||
python ci/generate-version.py
|
||||
ci/linux/build_for_linux.sh "Release"
|
||||
- name: Upload Release
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue