mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-22 23:19:37 +00:00
Check web example as part of release process.
This commit is contained in:
parent
316b1bceec
commit
e4b53d17aa
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -61,6 +61,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
args: --all-features --target wasm32-unknown-unknown
|
args: --all-features --target wasm32-unknown-unknown
|
||||||
|
- uses: actions-rs/install@v0.1
|
||||||
|
with:
|
||||||
|
crate: cargo-make
|
||||||
|
- uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: make
|
||||||
|
args: [build-web-example]
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
name: Publish
|
name: Publish
|
||||||
|
|
Loading…
Reference in New Issue
Block a user