diff options
| author | Fuwn <[email protected]> | 2021-05-20 05:28:32 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-20 05:28:32 +0000 |
| commit | 9492512212651c20a4358ac67bc561bac9de039f (patch) | |
| tree | 3ceda56964fadd38a4f2ac7ab86fd9a914d9d65b /.github | |
| parent | refactor(readme): reformating notes (diff) | |
| download | nitrous-9492512212651c20a4358ac67bc561bac9de039f.tar.xz nitrous-9492512212651c20a4358ac67bc561bac9de039f.zip | |
fix(actions): build step command args
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b771da4..b519490 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,8 @@ jobs: uses: actions-rs/cargo@v1 continue-on-error: false with: - command: build --release + command: build + args: --release - name: Create Release 🏉 id: create_release |