mirror of
https://github.com/actions-rs/cargo.git
synced 2024-11-13 04:56:32 +02: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
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
arguments: --release --all-features
|
args: --release --all-features
|
||||||
```
|
```
|
||||||
|
|
||||||
See [additional recipes here](https://github.com/actions-rs/meta).
|
See [additional recipes here](https://github.com/actions-rs/meta).
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cargo",
|
"name": "rust-cargo",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue