Update main.yml

This commit is contained in:
Stephan Mühl
2023-03-22 13:18:31 +01:00
committed by GitHub
parent 992f998cb0
commit 4d637d2e1f

View File

@@ -61,7 +61,13 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: flasher
- name: Upload firmware as artifact
uses: actions/upload-artifact@v2
with:
name: firmware
path: .pio/build/esp32dev/firmware.bin
create_release:
needs: compile_firmware
runs-on: ubuntu-latest