Skip to content

Commit c7b47b6

Browse files
authored
Update build.yml
1 parent 1ba836f commit c7b47b6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
build:
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/checkout@v4
10+
- name: Checkout repository
11+
uses: actions/checkout@v4
1112
with:
1213
submodules: true
1314
- name: Install packages
@@ -24,3 +25,8 @@ jobs:
2425
run: make -C src/opencv PLATFORM=embedded/rp2350 --no-print-directory
2526
- name: Build firmware
2627
run: make BOARD=SPARKFUN_XRP_CONTROLLER
28+
- name: Upload UF2
29+
uses: actions/upload-artifact@v4
30+
with:
31+
name: firmware.uf2
32+
path: micropython/ports/rp2/build-SPARKFUN_XRP_CONTROLLER/firmware.uf2

0 commit comments

Comments
 (0)