mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-03 06:08:39 +00:00
Update ubuntu-arm64.yml
This commit is contained in:
parent
d444f26282
commit
fa705667e8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ubuntu.yml
vendored
6
.github/workflows/ubuntu.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
os: [ubuntu-22.04]
|
os: [ubuntu-22.04]
|
||||||
qt-ver: [5.15.2]
|
qt-ver: [5.15.2]
|
||||||
qt-arch-install: [gcc_64]
|
qt-arch-install: [gcc_64]
|
||||||
gcc-arch: [x64]
|
gcc-arch: [aarch64]
|
||||||
env:
|
env:
|
||||||
target-name: QtScrcpy
|
target-name: QtScrcpy
|
||||||
qt-install-path: ${{ github.workspace }}/${{ matrix.qt-ver }}
|
qt-install-path: ${{ github.workspace }}/${{ matrix.qt-ver }}
|
||||||
|
@ -53,7 +53,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: QtScrcpy-${{ matrix.os }}-${{ matrix.qt-arch-install }}-RelWithDebInfo
|
name: QtScrcpy-${{ matrix.os }}-${{ matrix.qt-arch-install }}-RelWithDebInfo
|
||||||
path: output/x64/RelWithDebInfo/*
|
path: output/aarch64/RelWithDebInfo/*
|
||||||
- name: Build Release
|
- name: Build Release
|
||||||
env:
|
env:
|
||||||
ENV_QT_PATH: ${{ env.qt-install-path }}
|
ENV_QT_PATH: ${{ env.qt-install-path }}
|
||||||
|
@ -63,7 +63,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: QtScrcpy-${{ matrix.os }}-${{ matrix.qt-arch-install }}-Release
|
name: QtScrcpy-${{ matrix.os }}-${{ matrix.qt-arch-install }}-Release
|
||||||
path: output/x64/Release/*
|
path: output/aarch64/Release/*
|
||||||
- name: Install the zip utility
|
- name: Install the zip utility
|
||||||
run: |
|
run: |
|
||||||
sudo apt install zip -y
|
sudo apt install zip -y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue