mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 07:49:37 +00:00
Depend on build_ios
for releasing.
This commit is contained in:
parent
c8fd02b448
commit
14a721c837
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
|||
publish:
|
||||
name: Publish
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build_linux, build_windows, build_macos]
|
||||
needs: [build_linux, build_windows, build_macos, build_ios]
|
||||
env:
|
||||
CARGO_TOKEN: ${{ secrets.CARGO_TOKEN }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue
Block a user