Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paripalpp authored Feb 17, 2024
1 parent 0d5c438 commit 7e60ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cargo install elf2uf2-rs
- name: create uf2 image
run: elf2uf2-rs target/thumbv6m-none-eabi/debug/rppico-encoder-firm target/thumbv6m-none-eabi/debug/rppico-encoder-firm.uf2
run: elf2uf2-rs target/thumbv6m-none-eabi/release/rppico-encoder-firm target/thumbv6m-none-eabi/release/rppico-encoder-firm.uf2

- name: Bump version and push tag
id: tag_version
Expand Down

0 comments on commit 7e60ada

Please sign in to comment.