Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nklhtv authored Jul 28, 2022
1 parent 2724494 commit 14a68fa
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 @@ -35,7 +35,7 @@ jobs:
- name: Add x86_64 target
run: rustup target add x86_64-linux-android
- name: Build code
run: cargo build
run: cargo build --release
- name: Lint code format
run: cargo fmt --all -- --check
- name: Lint code
Expand Down

0 comments on commit 14a68fa

Please sign in to comment.