diff --git a/.github/workflows/compile_esp8266.yml b/.github/workflows/compile_esp8266.yml index 8de38580..d0ee4b8d 100644 --- a/.github/workflows/compile_esp8266.yml +++ b/.github/workflows/compile_esp8266.yml @@ -35,6 +35,6 @@ jobs: run: | pio run -d tools/esp8266 - uses: actions/upload-artifact@v3 - with: - name: firmware - path: ./build_output + with: + name: firmware + path: ./build_output