Skip to content

Commit

Permalink
build(ci): use ios as publish target (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht authored Apr 24, 2024
1 parent 0b711ab commit 97288f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
release-crates:
name: Release crates.io
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -18,6 +18,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.RUST_VERSION }}
targets: x86_64-linux-android
targets: aarch64-apple-ios

- run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --target=x86_64-linux-android
- run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --target=aarch64-apple-ios

0 comments on commit 97288f1

Please sign in to comment.