We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96127f6 commit b4af501Copy full SHA for b4af501
1 file changed
.github/workflows/build.yml
@@ -68,3 +68,8 @@ jobs:
68
# with:
69
# name: build-output-files-${{ matrix.esphome-version }}-${{ matrix.manifest }}
70
# path: ${{ steps.esphome-build.outputs.name }}
71
+ - name: Upload ESPHome binary
72
+ uses: actions/upload-artifact@v4.6.0
73
+ with:
74
+ name: ag-one.bin
75
+ path: ag-one-esp32c3/ag-one-esp32c3.factory.bin
0 commit comments