mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 07:49:37 +00:00
Tweak workflow to publish winrt_bindings package first.
This commit is contained in:
parent
ce8c5f5289
commit
f642d86f73
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -36,5 +36,7 @@ jobs:
|
|||
sudo apt-get update
|
||||
sudo apt-get install -y libspeechd-dev
|
||||
cargo login $CARGO_TOKEN
|
||||
cargo package
|
||||
cd winrt_bindings
|
||||
cargo publish
|
||||
cd ..
|
||||
cargo publish
|
||||
|
|
Loading…
Reference in New Issue
Block a user