Skip to content

Commit f02bb8e

Browse files
committed
try to attach files to releases
1 parent 5e307d8 commit f02bb8e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,11 @@ jobs:
5252
name: elf files
5353
path: build*/*.elf
5454

55+
- name: Create release
56+
if: startsWith(github.ref, 'refs/tags/')
57+
uses: softprops/action-gh-release@v1
58+
with:
59+
files: build*/*.uf2
60+
fail_on_unmatched_files: true
61+
body: "Select a uf2 from the list below."
62+

0 commit comments

Comments
 (0)