We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b5d31 commit bf519ddCopy full SHA for bf519dd
1 file changed
.github/workflows/build.yml
@@ -26,3 +26,8 @@ jobs:
26
with:
27
name: uf2
28
path: build_out
29
+
30
+ - name: Release
31
+ uses: softprops/action-gh-release@v1
32
+ with:
33
+ files: build_out/*.uf2
0 commit comments