ci: fix cargo build

This commit is contained in:
MedzikUser 2022-09-21 16:34:45 +02:00
parent c79ddbcff3
commit b48fbc0b82
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target=${{ matrix.target }} ${{ matrix.release_name }}
args: --release --target=${{ matrix.target }}
use-cross: ${{ matrix.cross }}
- name: Prepare artifact