Skip to content

Commit 3e6e0c3

Browse files
committed
Add Upload
Signed-off-by: xSlendiX <slendi@socopon.com>
1 parent ade8e16 commit 3e6e0c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
alias arduino="arduino-cli --additional-urls 'https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json'"
22

3-
arduino-cli core update-index
3+
arduino core update-index
44

55
arduino core install 'rp2040:rp2040'
66
arduino board attach -b 'rp2040:rp2040:rpipico' --board-options 'flash=2097152_1048576,usbstack=tinyusb'

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ jobs:
4444
- name: Build
4545
run: |
4646
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

Comments
 (0)