fix: fix release arg for cargo build

This commit is contained in:
Lucaskyy 2022-07-09 20:08:53 +02:00
parent 3bc87d7357
commit eab7b1d3ff
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89

View File

@ -41,7 +41,8 @@ jobs:
- name: cargo build
uses: actions-rs/cargo@v1
with:
command: build --release
command: build
args: --release
- name: cargo clippy
uses: actions-rs/cargo@v1