Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: fix release arg for cargo build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jul 9, 2022
1 parent 3bc87d7 commit eab7b1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eab7b1d

Please sign in to comment.