mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-03 08:28:20 +02:00
* changed workflow artifact
This commit is contained in:
parent
d6c4be5bc7
commit
70beca3a93
1 changed files with 3 additions and 3 deletions
6
.github/workflows/compile_esp8266.yml
vendored
6
.github/workflows/compile_esp8266.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: PIO ESP82266
|
||||
name: ESP8266
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -36,5 +36,5 @@ jobs:
|
|||
pio run -d tools/esp8266
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: firmware
|
||||
path: tools/esp8266/.pio/build/d1_mini/
|
||||
name: esp8266
|
||||
path: tools/esp8266/.pio/build/d1_mini/firmware.bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue