Skip to content

Commit

Permalink
fix: create release build to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jul 9, 2022
1 parent 61167ab commit e7d26fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: cargo build
uses: actions-rs/cargo@v1
with:
command: build
command: build --release

- name: cargo clippy
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit e7d26fd

Please sign in to comment.