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 077c5b7 commit f99519fCopy full SHA for f99519f
.github/workflows/release.yml
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
with:
18
submodules: recursive
19
+ path: sdk
20
# get the RPI UF2
21
- name: get the os
22
run: wget -O /tmp/rp2-pico.uf2 "https://micropython.org/resources/firmware/$RPOS_UF2FILE"
@@ -28,7 +29,7 @@ jobs:
28
29
# build it
30
- run: |
31
pip install uf2utils
- python -m uf2utils.examples.custom_pico --fs_root tt-micropython-firmware/src --upython /tmp/rp2-pico.uf2 --out /tmp/tt-demo-rp2040.uf2
32
+ python -m uf2utils.examples.custom_pico --fs_root $GITHUB_WORKSPACE/sdk/src --upython /tmp/rp2-pico.uf2 --out /tmp/tt-demo-rp2040.uf2
33
- name: Upload Release
34
uses: ncipollo/release-action@v1
35
0 commit comments