From ab4175489d9ae6f89f0535fae785ce630c29c1e9 Mon Sep 17 00:00:00 2001 From: Ujhhgtg Date: Sat, 6 Aug 2022 12:17:24 +0000 Subject: [PATCH] [Github Actions] Capture linux build artifacts --- .github/workflows/ubuntu.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index a71e9d7..9503697 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -38,7 +38,7 @@ jobs: with: version: ${{ matrix.qt-ver }} 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 - uses: actions/checkout@v2 with: @@ -51,3 +51,8 @@ jobs: run: | python ci/generate-version.py 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/*