Update main.yml
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -62,6 +62,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
folder: flasher
|
folder: flasher
|
||||||
|
|
||||||
|
- name: Upload firmware as artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: .pio/build/esp32dev/firmware.bin
|
||||||
|
|
||||||
create_release:
|
create_release:
|
||||||
needs: compile_firmware
|
needs: compile_firmware
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user