mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 13:29:37 +00:00
Args shouldn't be a list.
This commit is contained in:
parent
e4b53d17aa
commit
7b8da53d81
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
|||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: make
|
||||
args: [build-web-example]
|
||||
args: build-web-example
|
||||
|
||||
publish:
|
||||
name: Publish
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -102,4 +102,4 @@ jobs:
|
|||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: make
|
||||
args: [build-web-example]
|
||||
args: build-web-example
|
||||
|
|
Loading…
Reference in New Issue
Block a user