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 cc1827a commit 0782e5bCopy full SHA for 0782e5b
.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/firmware2.bin
+ vfsmerge --port esp3 --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