Skip to content

Commit

Permalink
fix: Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paripalpp authored Feb 17, 2024
1 parent c84a15e commit 6187aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: target/thumbv6m-none-eabi/debug/rppico-encoder-firm
asset_path: target/thumbv6m-none-eabi/release/rppico-encoder-firm
asset_name: rppico-encoder-firm.elf
asset_content_type: firmware/binary

Expand All @@ -69,6 +69,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: target/thumbv6m-none-eabi/debug/rppico-encoder-firm.uf2
asset_path: target/thumbv6m-none-eabi/release/rppico-encoder-firm.uf2
asset_name: rppico-encoder-firm.uf2
asset_content_type: firmware/binary

0 comments on commit 6187aa7

Please sign in to comment.