We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af90bdb commit 06ce002Copy full SHA for 06ce002
1 file changed
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install flip-link
20
run: cd / && cargo install flip-link
21
- name: Build
22
- run: cargo build --verbose --target=thumbv6m-none-eabi
+ run: cargo build --release --target=thumbv6m-none-eabi
23
- name: Get Branch Name
24
id: branch_name
25
run: |
0 commit comments