Skip to content

Commit f07c925

Browse files
authored
Update idf-build-and-webflash.yml
1 parent b86e1be commit f07c925

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/idf-build-and-webflash.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,6 @@ jobs:
5151
-o "$SITE_DIR/firmware-merged.bin" \
5252
"@flash_args"
5353
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-
6954
- name: Create manifest.json
7055
shell: bash
7156
working-directory: platforms/tab5/site

0 commit comments

Comments
 (0)