We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0782e5b commit 4abaf7fCopy full SHA for 4abaf7f
.github/workflows/ESP32.yml
@@ -176,7 +176,7 @@ jobs:
176
177
- name: Write files to binary image
178
run: |
179
- vfsmerge --port esp3 --firmware ~/artifacts/firmware.bin --source ${{ github.workspace }}/examples --build ~/artifacts
+ vfsmerge --port esp32 --firmware ~/artifacts/firmware.bin --source ${{ github.workspace }}/examples --build ~/artifacts
180
181
- name: Upload firmware artifact
182
uses: actions/upload-artifact@v4
0 commit comments