You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zip -j ../firmware/firmware_generic_rp2350.zip ../firmware/*
48
+
39
49
- uses: actions/upload-artifact@v7.0.0
40
-
name: Upload artifacts (release)
41
-
if: startsWith(github.ref, 'refs/tags/')
50
+
name: Upload artifacts (release generic rp2350)
42
51
with:
43
-
name: firmware-release-generic
52
+
name: firmware-release-generic-rp2350
44
53
path: |
45
-
firmware/*.uf2
54
+
firmware/*.zip
46
55
47
-
- name: Build packages for Adafruit Feather RP2040 Scorpio (release-only)
48
-
if: startsWith(github.ref, 'refs/tags/')
56
+
- name: Build packages for Adafruit Feather RP2040 Scorpio
49
57
shell: bash
50
58
run: |
51
59
cd build
52
-
rm *.*
53
-
rm ../firmware/*
60
+
rm -rf *
61
+
rm -rf ../firmware/*
54
62
echo "Neopixel is using GPIO16(OUTPUT_DATA_PIN) on output 0." > ../firmware/Firmwares_for_Adafruit_Feather_RP2040_Scorpio.txt
55
63
echo "SPI is using spi0 interface pins: GPIO19(OUTPUT_SPI_DATA_PIN) and GPIO18(OUTPUT_SPI_CLOCK_PIN) on output 3 and 2 respectively." >> ../firmware/Firmwares_for_Adafruit_Feather_RP2040_Scorpio.txt
- name: Build packages for Pimoroni Plasma 2040 (release-only)
111
-
if: startsWith(github.ref, 'refs/tags/')
113
+
- name: Build packages for Pimoroni Plasma 2040
112
114
shell: bash
113
115
run: |
114
116
cd build
115
-
rm *.*
116
-
rm ../firmware/*
117
+
rm -rf *
118
+
rm -rf ../firmware/*
117
119
echo "Neopixel is using GPIO15(OUTPUT_DATA_PIN) on output DA." > ../firmware/Firmwares_for_Pimoroni_Plasma_2040.txt
118
120
echo "SPI is using spi1 interface pins: GPIO15(OUTPUT_SPI_DATA_PIN) and GPIO14(OUTPUT_SPI_CLOCK_PIN) on output DA and CL respectively." >> ../firmware/Firmwares_for_Pimoroni_Plasma_2040.txt
echo "Neopixel is using GPIO15(OUTPUT_DATA_PIN) on output DA." > ../firmware/Firmwares_for_Pimoroni_Plasma_2350.txt
139
+
echo "SPI is using spi1 interface pins: GPIO15(OUTPUT_SPI_DATA_PIN) and GPIO14(OUTPUT_SPI_CLOCK_PIN) on output DA and CL respectively." >> ../firmware/Firmwares_for_Pimoroni_Plasma_2350.txt
0 commit comments