From bd2d8b4a15f5e325d9c606aa79ad6c3ed442586f Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sat, 21 Oct 2023 01:06:15 +0200 Subject: [PATCH] Update manual-update-webinstaller.yml --- .github/workflows/manual-update-webinstaller.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/manual-update-webinstaller.yml b/.github/workflows/manual-update-webinstaller.yml index ba19fa40..87e0768e 100644 --- a/.github/workflows/manual-update-webinstaller.yml +++ b/.github/workflows/manual-update-webinstaller.yml @@ -45,11 +45,8 @@ jobs: 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 cp -f firmware.bin docs/binary/firmware.bin - cp -f docs/manifest_template.json docs/manifest.json echo "Updating manifest file..." - cat docs/manifest.json sed -i 's/VERSION/${{ steps.last_release.outputs.tag_name }}/g' docs/manifest.json - cat docs/manifest.json - name: Setup Pages uses: actions/configure-pages@v2