mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
different names
This commit is contained in:
parent
aba06bb465
commit
35492afd89
8
.github/workflows/build_all_the_things.yml
vendored
8
.github/workflows/build_all_the_things.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
run: platformio run -e ${{ matrix.variant }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: firmware
|
||||
name: check_win
|
||||
path: ./build_output
|
||||
|
||||
os-check-mac:
|
||||
@ -71,7 +71,7 @@ jobs:
|
||||
run: platformio run -e ${{ matrix.variant }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: firmware
|
||||
name: check_mac
|
||||
path: ./build_output
|
||||
|
||||
base-images:
|
||||
@ -136,7 +136,7 @@ jobs:
|
||||
run: platformio run -e ${{ matrix.variant }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: firmware
|
||||
name: check_base-images
|
||||
path: ./build_output
|
||||
|
||||
language-images:
|
||||
@ -164,5 +164,5 @@ jobs:
|
||||
run: platformio run -e ${{ matrix.variant }}-${{ matrix.language }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: firmware
|
||||
name: check_languages
|
||||
path: ./build_output
|
||||
|
Loading…
x
Reference in New Issue
Block a user