From 5f78c969fe3472d5356d30f2561a7cd196800785 Mon Sep 17 00:00:00 2001 From: brentru Date: Tue, 18 Feb 2025 11:34:27 -0500 Subject: [PATCH] fix rename --- .github/workflows/release-caller-offline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-caller-offline.yml b/.github/workflows/release-caller-offline.yml index 9d4f7391..493e585f 100644 --- a/.github/workflows/release-caller-offline.yml +++ b/.github/workflows/release-caller-offline.yml @@ -104,8 +104,8 @@ jobs: tree - name: Rename build artifacts to reflect the platform name run: | - mv examples/*/build/*/Wippersnapper_demo_offline.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2 - mv examples/*/build/*/Wippersnapper_demo_offline.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin + mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2 + mv examples/*/build/*/Wippersnapper_demo.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin - name: upload build artifacts uses: actions/upload-artifact@v4 with: @@ -177,7 +177,7 @@ jobs: run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 - name: Rename build artifacts to reflect the platform name run: | - mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2 + mv examples/*/build/*/Wippersnapper_demo_offline.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2 - name: upload build artifacts uses: actions/upload-artifact@v4 with: