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
1 changed files with 3 additions and 1 deletions

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