Skip to content

Commit

Permalink
Merge branch 'release/v0.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewTChrist committed Jun 13, 2022
2 parents 49bc681 + 0dfb953 commit 2c2a911
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 963 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,14 @@ jobs:
id: version_tag
run: echo ::set-output name=TAG_VERSION::${GITHUB_REF#refs/tags/}

- name: Build .uf2 with elf2uf2-rs
run: elf2uf2-rs target/thumbv6m-none-eabi/release/nibble2040

- name: Rename .uf2
env:
TAG_VERSION: ${{ steps.version_tag.outputs.TAG_VERSION }}
run: |
mv target/thumbv6m-none-eabi/release/nibble2040 nibble2040-$TAG_VERSION.uf2
mv target/thumbv6m-none-eabi/release/nibble2040.uf2 nibble2040-$TAG_VERSION.uf2
- name: Create release
uses: svenstaro/upload-release-action@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
Cargo.lock
Loading

0 comments on commit 2c2a911

Please sign in to comment.