@@ -61,17 +61,13 @@ jobs:
61
61
run : |
62
62
mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
63
63
mv examples/*/build/*/Wippersnapper_demo.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
64
- mv examples/*/build/*/Wippersnapper_demo_staging.ino.uf2 staging.wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
65
- mv examples/*/build/*/Wippersnapper_demo_staging.ino.bin staging.wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
66
64
- name : upload build artifacts
67
65
uses : actions/upload-artifact@v2
68
66
with :
69
67
name : build-files
70
68
path : |
71
69
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
72
70
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
73
- staging.wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
74
- staging.wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
75
71
76
72
77
73
build-esp32 :
@@ -105,14 +101,13 @@ jobs:
105
101
- name : Rename build artifacts to reflect the platform name
106
102
run : |
107
103
mv examples/Wippersnapper_demo/build/esp32.esp32.*/Wippersnapper_demo.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
108
- mv examples/Wippersnapper_demo_staging/build/esp32.esp32.*/Wippersnapper_demo_staging.ino.bin staging.wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
109
104
- name : upload build artifacts
110
105
uses : actions/upload-artifact@v2
111
106
with :
112
107
name : build-files
113
108
path : |
114
109
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
115
- staging.wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
110
+
116
111
117
112
build-samd :
118
113
name : Build WipperSnapper SAMD
@@ -148,17 +143,13 @@ jobs:
148
143
run : |
149
144
mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
150
145
mv examples/*/build/*/Wippersnapper_demo.ino.hex wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.hex
151
- mv examples/*/build/*/Wippersnapper_demo_staging.ino.uf2 staging.wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
152
- mv examples/*/build/*/Wippersnapper_demo_staging.ino.hex staging.wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.hex
153
146
- name : upload build artifacts
154
147
uses : actions/upload-artifact@v2
155
148
with :
156
149
name : build-files
157
150
path : |
158
151
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
159
152
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.hex
160
- staging.wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
161
- staging.wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.hex
162
153
163
154
164
155
clang_and_doxy :
0 commit comments