aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-20 05:34:03 +0000
committerFuwn <[email protected]>2021-05-20 05:34:03 +0000
commit3738bcc50a95e41d7ae477392de4fda4feac9f8c (patch)
tree46f9e9ecb289b1a3c75dcd1ab712256dd61688ee /.github/workflows
parentfeat(readme): add section for prebuilt binaries (diff)
parentfix(actions): build step command args (diff)
downloadnitrous-3738bcc50a95e41d7ae477392de4fda4feac9f8c.tar.xz
nitrous-3738bcc50a95e41d7ae477392de4fda4feac9f8c.zip
Merge branch 'main' of https://github.com/fuwn/nitrous
Diffstat (limited to '.github/workflows')
-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