add artifacts to release
This commit is contained in:
parent
db2bbcd208
commit
8920b502d9
1 changed files with 7 additions and 0 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -48,3 +48,10 @@ jobs:
|
|||
name: elf files
|
||||
path: build/*.elf
|
||||
|
||||
- name: Create release
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: build*/*.uf2
|
||||
fail_on_unmatched_files: true
|
||||
body: "Select a uf2 from the list below."
|
||||
|
|
|
|||
Loading…
Reference in a new issue