Typo in the example workflow

This commit is contained in:
svartalf 2019-09-18 12:55:16 +03:00
parent 16f1ea2210
commit 2c42f22fe4
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
arguments: --release --all-features
args: --release --all-features
```
See [additional recipes here](https://github.com/actions-rs/meta).