Skip to content

Commit

Permalink
Update flutter-build.yml (rustdesk#10337)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk authored Dec 22, 2024
1 parent 72f5184 commit 7289dbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7289dbc

Please sign in to comment.