Browse Source

* changed workflow artifact

pull/97/head
lumapu 3 years ago
parent
commit
70beca3a93
  1. 6
      .github/workflows/compile_esp8266.yml

6
.github/workflows/compile_esp8266.yml

@ -1,4 +1,4 @@
name: PIO ESP82266 name: ESP8266
on: on:
push: push:
@ -36,5 +36,5 @@ jobs:
pio run -d tools/esp8266 pio run -d tools/esp8266
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: firmware name: esp8266
path: tools/esp8266/.pio/build/d1_mini/ path: tools/esp8266/.pio/build/d1_mini/firmware.bin

Loading…
Cancel
Save