File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 build :
1414
1515 runs-on : ubuntu-latest
16-
16+
17+ permissions :
18+ contents : write
19+
1720 steps :
1821 - name : Checkout
1922 uses : actions/checkout@v4
2831 cd pico-sdk
2932 git submodule update --init
3033 echo 'export PICO_SDK_PATH=$HOME/pico/pico-sdk' >> $GITHUB_PATH
34+ echo "PICO_SDK_PATH=$HOME/pico/pico-sdk" >> $GITHUB_ENV
3135
3236 - name : Install Picotool
3337 run : |
5559
5660 - name : Create UF2 from ELF
5761 run : |
58- sudo picotool uf2 convert target/thumbv8m.main-none-eabihf/release/mouse-jiggler-rp2350 -t elf target/thumbv8m.main-none-eabihf/release/mouse-jiggler-rp2350.uf2 -t uf2
62+ sudo picotool uf2 convert \
63+ target/thumbv8m.main-none-eabihf/release/mouse-jiggler-rp2350 -t elf \
64+ target/thumbv8m.main-none-eabihf/release/mouse-jiggler-rp2350.uf2 -t uf2
5965
6066 - name : Create Release
6167 uses : softprops/action-gh-release@v2
You can’t perform that action at this time.
0 commit comments