Skip to content

Commit 131b84f

Browse files
committed
Fix cd
1 parent 7885503 commit 131b84f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- name: Make sure it build
2727
uses: actions-rs/cargo@v1
2828
with:
29-
command: build --release
29+
command: build
30+
args: --release
3031
- name: Create release
3132
uses: taiki-e/create-gh-release-action@v1
3233
with:

0 commit comments

Comments
 (0)