try to attach files to releases
This commit is contained in:
parent
5e307d8167
commit
f02bb8e260
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
|
@ -52,3 +52,11 @@ jobs:
|
||||||
name: elf files
|
name: elf files
|
||||||
path: build*/*.elf
|
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