diff --git a/README.md b/README.md index fd3a51c..fe716ba 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ jobs: - name: Build binary uses: houseabsolute/actions-rust-cross@v1 with: - command: ${{ matrix.platform.command }} + command: build target: ${{ matrix.platform.target }} args: "--locked --release" strip: true