diff --git a/.github/workflows/cli-build.yml b/.github/workflows/cli-build.yml index 51f329f9..17a2589e 100644 --- a/.github/workflows/cli-build.yml +++ b/.github/workflows/cli-build.yml @@ -31,4 +31,5 @@ jobs: - uses: actions-rs/cargo@v1 name: Build program with: - command: build --bin theseus_cli \ No newline at end of file + command: build + args: -bin theseus_cli \ No newline at end of file