Skip to content

Commit

Permalink
Update manual-update-webinstaller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caco3 authored Oct 20, 2023
1 parent 80e3f50 commit bd2d8b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/manual-update-webinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd2d8b4

Please sign in to comment.