forked from mirrors/rustdesk
Update flutter-build.yml (#10337)
This commit is contained in:
parent
72f5184ee0
commit
7289dbc80f
1 changed files with 6 additions and 0 deletions
6
.github/workflows/flutter-build.yml
vendored
6
.github/workflows/flutter-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue