We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade8e16 commit 3e6e0c3Copy full SHA for 3e6e0c3
.github/build.sh
@@ -1,6 +1,6 @@
1
alias arduino="arduino-cli --additional-urls 'https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json'"
2
3
-arduino-cli core update-index
+arduino core update-index
4
5
arduino core install 'rp2040:rp2040'
6
arduino board attach -b 'rp2040:rp2040:rpipico' --board-options 'flash=2097152_1048576,usbstack=tinyusb'
.github/workflows/build.yml
@@ -44,3 +44,8 @@ jobs:
44
- name: Build
45
run: |
46
sh .github/build.sh
47
+
48
+ - uses: actions/upload-artifact@v3
49
+ with:
50
+ name: picoduck.uf2
51
+ path: build/rp2040.rp2040.rpipico/picoduck.ino.uf2
0 commit comments