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