mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-07 22:25:53 +02:00
workflow fix
This commit is contained in:
parent
2e0ef8573a
commit
ba45c991c0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/compile_development.yml
vendored
4
.github/workflows/compile_development.yml
vendored
|
@ -51,14 +51,14 @@ jobs:
|
|||
|
||||
|
||||
- name: Create ESP8266 Artifact (for Github Pages - ahoydtu.de)
|
||||
- uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dev_esp8266_build
|
||||
path: ./tools/esp8266/.pio/build/esp8266-release/firmware.bin
|
||||
|
||||
|
||||
- name: Create ESP32 Artifact (for Github Pages - ahoydtu.de)
|
||||
- uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dev_esp32_build
|
||||
path: ./tools/esp8266/.pio/build/esp32-wroom32-release/firmware.bin
|
||||
|
|
Loading…
Add table
Reference in a new issue