Explorar o código

Update manual-update-webinstaller.yml

CaCO3 %!s(int64=2) %!d(string=hai) anos
pai
achega
f6ca32d69f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .github/workflows/manual-update-webinstaller.yml

+ 3 - 0
.github/workflows/manual-update-webinstaller.yml

@@ -46,7 +46,10 @@ jobs:
         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