mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-04 06:38:39 +00:00
[Github Actions] Capture linux build artifacts
This commit is contained in:
parent
e253e63b00
commit
ab4175489d
1 changed files with 6 additions and 1 deletions
7
.github/workflows/ubuntu.yml
vendored
7
.github/workflows/ubuntu.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.qt-ver }}
|
version: ${{ matrix.qt-ver }}
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||||
- name: Ubuntu install GL library
|
- name: Install GL library
|
||||||
run: sudo apt-get install -y libglew-dev libglfw3-dev
|
run: sudo apt-get install -y libglew-dev libglfw3-dev
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
@ -51,3 +51,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python ci/generate-version.py
|
python ci/generate-version.py
|
||||||
ci/linux/build_for_ubuntu.sh RelWithDebInfo
|
ci/linux/build_for_ubuntu.sh RelWithDebInfo
|
||||||
|
- name: Upload a Build Artifact
|
||||||
|
uses: actions/upload-artifact@v3.1.0
|
||||||
|
with:
|
||||||
|
name: QtScrcpy
|
||||||
|
path: output/x64/RelWithDebInfo/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue