diff options
| author | Fuwn <[email protected]> | 2021-05-20 05:34:03 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-20 05:34:03 +0000 |
| commit | 3738bcc50a95e41d7ae477392de4fda4feac9f8c (patch) | |
| tree | 46f9e9ecb289b1a3c75dcd1ab712256dd61688ee /.github/workflows | |
| parent | feat(readme): add section for prebuilt binaries (diff) | |
| parent | fix(actions): build step command args (diff) | |
| download | nitrous-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.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 |