We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba836f commit c7b47b6Copy full SHA for c7b47b6
.github/workflows/build.yml
@@ -7,7 +7,8 @@ jobs:
7
build:
8
runs-on: ubuntu-22.04
9
steps:
10
- - uses: actions/checkout@v4
+ - name: Checkout repository
11
+ uses: actions/checkout@v4
12
with:
13
submodules: true
14
- name: Install packages
@@ -24,3 +25,8 @@ jobs:
24
25
run: make -C src/opencv PLATFORM=embedded/rp2350 --no-print-directory
26
- name: Build firmware
27
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