From 0344da5c02ff71948aaeeee3f4b6e9d2e55b7a82 Mon Sep 17 00:00:00 2001 From: brentru Date: Tue, 18 Feb 2025 11:27:00 -0500 Subject: [PATCH] fix mv --- .github/workflows/release-caller-offline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-caller-offline.yml b/.github/workflows/release-caller-offline.yml index c23b324ad..9d4f7391f 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.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 + 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 - name: upload build artifacts uses: actions/upload-artifact@v4 with: