This commit is contained in:
parent
8920b502d9
commit
51b7d081e9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -52,6 +52,6 @@ jobs:
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: build*/*.uf2
|
files: build/*.uf2
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
body: "Select a uf2 from the list below."
|
body: "Select a uf2 from the list below."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue