mirror of
https://github.com/actions-rs/cargo.git
synced 2025-09-03 14:51:56 +03:00
Typo in the example workflow
This commit is contained in:
parent
16f1ea2210
commit
2c42f22fe4
2 changed files with 3 additions and 3 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue