Skip to content

Commit 078fdc0

Browse files
authored
Merge pull request #192 from adafruit/add-secrets-url
Add staging URL as a json key pair
2 parents c8a4de7 + e6f1e53 commit 078fdc0

19 files changed

+36
-109
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,13 @@ jobs:
6161
run: |
6262
mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
6363
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
6664
- name: upload build artifacts
6765
uses: actions/upload-artifact@v2
6866
with:
6967
name: build-files
7068
path: |
7169
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
7270
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
7571
7672
7773
build-esp32:
@@ -105,14 +101,13 @@ jobs:
105101
- name: Rename build artifacts to reflect the platform name
106102
run: |
107103
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
109104
- name: upload build artifacts
110105
uses: actions/upload-artifact@v2
111106
with:
112107
name: build-files
113108
path: |
114109
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
115-
staging.wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
110+
116111
117112
build-samd:
118113
name: Build WipperSnapper SAMD
@@ -148,17 +143,13 @@ jobs:
148143
run: |
149144
mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
150145
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
153146
- name: upload build artifacts
154147
uses: actions/upload-artifact@v2
155148
with:
156149
name: build-files
157150
path: |
158151
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
159152
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
162153
163154
164155
clang_and_doxy:

examples/Wippersnapper_demo_staging/.esp32.generate

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/Wippersnapper_demo_staging/.esp8266.test.skip

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/Wippersnapper_demo_staging/.feather_s2_tinyusb.generate

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/Wippersnapper_demo_staging/.funhouse.test.generate

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/Wippersnapper_demo_staging/.funhouse_tinyusb.generate

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/Wippersnapper_demo_staging/.magtag_tinyusb.generate

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/Wippersnapper_demo_staging/.metro_m4_airliftlite_tinyusb.generate

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/Wippersnapper_demo_staging/.metro_s2_tinyusb.generate

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/Wippersnapper_demo_staging/.pyportal_tinyusb.generate

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)