From fa705667e8056b9fdad4ad2ec8bb56b1ceaf9df3 Mon Sep 17 00:00:00 2001 From: AngelababyXYG Date: Fri, 27 Dec 2024 08:02:09 +0800 Subject: [PATCH] Update ubuntu-arm64.yml --- .github/workflows/ubuntu.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 0dd2b1c..b0be38f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -20,7 +20,7 @@ jobs: os: [ubuntu-22.04] qt-ver: [5.15.2] qt-arch-install: [gcc_64] - gcc-arch: [x64] + gcc-arch: [aarch64] env: target-name: QtScrcpy qt-install-path: ${{ github.workspace }}/${{ matrix.qt-ver }} @@ -53,7 +53,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: QtScrcpy-${{ matrix.os }}-${{ matrix.qt-arch-install }}-RelWithDebInfo - path: output/x64/RelWithDebInfo/* + path: output/aarch64/RelWithDebInfo/* - name: Build Release env: ENV_QT_PATH: ${{ env.qt-install-path }} @@ -63,7 +63,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: QtScrcpy-${{ matrix.os }}-${{ matrix.qt-arch-install }}-Release - path: output/x64/Release/* + path: output/aarch64/Release/* - name: Install the zip utility run: | sudo apt install zip -y