From 8920b502d9166df85417c24cbd1330d74fd5137d Mon Sep 17 00:00:00 2001 From: Liz <23021834+BlitzCityDIY@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:13:03 -0400 Subject: [PATCH] add artifacts to release --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e222282..c445535 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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."