add artifacts to release

This commit is contained in:
Liz 2025-08-11 17:13:03 -04:00 committed by GitHub
parent db2bbcd208
commit 8920b502d9

View file

@ -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."