We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86e1be commit f07c925Copy full SHA for f07c925
1 file changed
.github/workflows/idf-build-and-webflash.yml
@@ -51,21 +51,6 @@ jobs:
51
-o "$SITE_DIR/firmware-merged.bin" \
52
"@flash_args"
53
54
- - name: Create manifest.json
55
- shell: bash
56
- working-directory: platforms/tab5/site
57
- run: |
58
- cat > manifest.json << 'JSON'
59
- {
60
- "name": "M5Tab5 User Demo",
61
- "version": "${{ github.run_number }}",
62
- "builds": [{
63
- "chipFamily": "ESP32",
64
- "parts": [{ "path": "firmware-merged.bin", "offset": 0 }]
65
- }]
66
- }
67
- JSON
68
-
69
- name: Create manifest.json
70
shell: bash
71
working-directory: platforms/tab5/site
0 commit comments