aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-20 05:28:32 +0000
committerFuwn <[email protected]>2021-05-20 05:28:32 +0000
commit9492512212651c20a4358ac67bc561bac9de039f (patch)
tree3ceda56964fadd38a4f2ac7ab86fd9a914d9d65b /.github
parentrefactor(readme): reformating notes (diff)
downloadnitrous-9492512212651c20a4358ac67bc561bac9de039f.tar.xz
nitrous-9492512212651c20a4358ac67bc561bac9de039f.zip
fix(actions): build step command args
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml3
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