Skip to content

Commit 2dd410a

Browse files
authored
Update build command
1 parent 83eca2a commit 2dd410a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-binaries.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- name: Build for Linux, MacOS and Windows
3636
uses: actions-rs/cargo@v1
3737
with:
38-
command: make
39-
args: release-all
38+
command: build
39+
args: --release
4040

4141
- name: Create Release
4242
id: create_release

0 commit comments

Comments
 (0)