Skip to content

Commit

Permalink
chore(fix): ci command is null error
Browse files Browse the repository at this point in the history
  • Loading branch information
ali77gh committed Dec 5, 2024
1 parent 8a9f1a8 commit 09061a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
with:
command: ${{ matrix.platform.command }}
command: build
target: ${{ matrix.platform.target }}
args: "--locked --release"
strip: true
Expand Down

0 comments on commit 09061a4

Please sign in to comment.