1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 02:29:37 +00:00

Tweak workflow to publish winrt_bindings package first.

This commit is contained in:
Nolan Darilek 2020-06-17 17:27:28 -05:00
parent ce8c5f5289
commit f642d86f73

View File

@ -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