Skip to content

Commit 0ece23b

Browse files
committed
test demo offline, nonet and netifaces
1 parent 1b51d0c commit 0ece23b

File tree

85 files changed

+80
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+80
-3
lines changed

.github/workflows/release-offline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ jobs:
166166
tree
167167
- name: Rename build artifacts to reflect the platform name
168168
run: |
169-
mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
170-
mv examples/*/build/*/Wippersnapper_demo.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
169+
mv examples/*/build/*/Wippersnapper_demo_offline_netiface.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
170+
mv examples/*/build/*/Wippersnapper_demo_offline_netiface.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
171171
- name: upload build artifacts
172172
uses: actions/upload-artifact@v4
173173
with:
@@ -244,7 +244,7 @@ jobs:
244244
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
245245
- name: Rename build artifacts to reflect the platform name
246246
run: |
247-
mv examples/*/build/*/Wippersnapper_demo_offline.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
247+
mv examples/*/build/*/Wippersnapper_demo_offline_nonetiface.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
248248
- name: upload build artifacts
249249
uses: actions/upload-artifact@v4
250250
with:

0 commit comments

Comments
 (0)