Skip to content

Commit

Permalink
Update ubuntu-arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelababyXYG authored Dec 27, 2024
1 parent d444f26 commit fa70566
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit fa70566

Please sign in to comment.