From 49e919c48156208d0d71b9a7a0f8ef7422266265 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sat, 21 Oct 2023 01:00:21 +0200 Subject: [PATCH] Update manual-update-webinstaller.yml --- .github/workflows/manual-update-webinstaller.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/manual-update-webinstaller.yml b/.github/workflows/manual-update-webinstaller.yml index a5956bafa..45babb293 100644 --- a/.github/workflows/manual-update-webinstaller.yml +++ b/.github/workflows/manual-update-webinstaller.yml @@ -40,6 +40,7 @@ jobs: - name: Add binary to Web Installer and update manifest run: | + echo "Updating Web installer to use firmware from ${{ steps.last_release.outputs.tag_name }}..." rm -f docs/binary/firmware.bin wget https://github.com/jomjol/AI-on-the-edge-device/releases/download/${{ steps.last_release.outputs.tag_name }}/AI-on-the-edge-device__update__${{ steps.last_release.outputs.tag_name }}.zip unzip AI-on-the-edge-device__update__${{ steps.last_release.outputs.tag_name }}.zip