try to attach files to releases

This commit is contained in:
Jeff Epler 2025-03-24 10:40:02 -05:00
parent 5e307d8167
commit f02bb8e260

View file

@ -52,3 +52,11 @@ 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."