mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 07:29:38 +00:00
Don't scream if winrt_bindings fails to build.
This commit is contained in:
parent
907b828315
commit
045b80c921
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
cargo login $CARGO_TOKEN
|
||||
cd winrt_bindings
|
||||
cargo package
|
||||
cargo publish
|
||||
cargo publish || true
|
||||
|
||||
publish:
|
||||
name: Publish
|
||||
|
|
Loading…
Reference in New Issue
Block a user