Skip to content

Commit 06ce002

Browse files
committed
Release builds need --release
1 parent af90bdb commit 06ce002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install flip-link
2020
run: cd / && cargo install flip-link
2121
- name: Build
22-
run: cargo build --verbose --target=thumbv6m-none-eabi
22+
run: cargo build --release --target=thumbv6m-none-eabi
2323
- name: Get Branch Name
2424
id: branch_name
2525
run: |

0 commit comments

Comments
 (0)