mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-03 08:28:20 +02:00
* try to rename artifact
This commit is contained in:
parent
70beca3a93
commit
fa926d2ad3
2 changed files with 28 additions and 2 deletions
5
.github/workflows/compile_esp8266.yml
vendored
5
.github/workflows/compile_esp8266.yml
vendored
|
@ -32,8 +32,9 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install --upgrade platformio
|
||||
- name: Run PlatformIO
|
||||
run: |
|
||||
pio run -d tools/esp8266
|
||||
run: pio run -d tools/esp8266
|
||||
- name: rename
|
||||
run: python tools/esp8266/helpers/getVersion.py
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: esp8266
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue