Update flutter-build.yml (#10337)

This commit is contained in:
RustDesk
2024-12-22 11:35:55 +08:00
committed by GitHub
parent 72f5184ee0
commit 7289dbc80f

View File

@@ -546,6 +546,12 @@ jobs:
run: |
rustup target add ${{ matrix.job.target }}
cargo build --features flutter,hwcodec --release --target aarch64-apple-ios --lib
- name: Upload liblibrustdesk.a Artifacts
uses: actions/upload-artifact@master
with:
name: liblibrustdesk.a
path: target/aarch64-apple-ios/release/liblibrustdesk.a
- name: Build rustdesk
shell: bash