Browse Source

update build workflow

pull/134/head
Andreas Schiffler 3 years ago
committed by GitHub
parent
commit
8b54bd936e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/compile_esp8266.yml

2
.github/workflows/compile_esp8266.yml

@ -42,4 +42,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: esp8266
path: tools/esp8266/.pio/build/d1_mini/out/*.bin
path: tools/esp8266/.pio/build/out/*.bin

Loading…
Cancel
Save