mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
revert used action
This commit is contained in:
parent
35492afd89
commit
51e712f68a
16
.github/workflows/build_all_the_things.yml
vendored
16
.github/workflows/build_all_the_things.yml
vendored
@ -41,9 +41,9 @@ jobs:
|
|||||||
#platformio update
|
#platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e ${{ matrix.variant }}
|
run: platformio run -e ${{ matrix.variant }}
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: jason2866/upload-artifact@v2.0.3
|
||||||
with:
|
with:
|
||||||
name: check_win
|
name: firmware
|
||||||
path: ./build_output
|
path: ./build_output
|
||||||
|
|
||||||
os-check-mac:
|
os-check-mac:
|
||||||
@ -69,9 +69,9 @@ jobs:
|
|||||||
#platformio update
|
#platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e ${{ matrix.variant }}
|
run: platformio run -e ${{ matrix.variant }}
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: jason2866/upload-artifact@v2.0.3
|
||||||
with:
|
with:
|
||||||
name: check_mac
|
name: firmware
|
||||||
path: ./build_output
|
path: ./build_output
|
||||||
|
|
||||||
base-images:
|
base-images:
|
||||||
@ -134,9 +134,9 @@ jobs:
|
|||||||
cp ./platformio_override_sample.ini ./platformio_override.ini
|
cp ./platformio_override_sample.ini ./platformio_override.ini
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e ${{ matrix.variant }}
|
run: platformio run -e ${{ matrix.variant }}
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: jason2866/upload-artifact@v2.0.3
|
||||||
with:
|
with:
|
||||||
name: check_base-images
|
name: firmware
|
||||||
path: ./build_output
|
path: ./build_output
|
||||||
|
|
||||||
language-images:
|
language-images:
|
||||||
@ -162,7 +162,7 @@ jobs:
|
|||||||
#platformio update
|
#platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e ${{ matrix.variant }}-${{ matrix.language }}
|
run: platformio run -e ${{ matrix.variant }}-${{ matrix.language }}
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: jason2866/upload-artifact@v2.0.3
|
||||||
with:
|
with:
|
||||||
name: check_languages
|
name: firmware
|
||||||
path: ./build_output
|
path: ./build_output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user