mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +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
|
||||
- name: Run PlatformIO
|
||||
run: platformio run -e ${{ matrix.variant }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: jason2866/upload-artifact@v2.0.3
|
||||
with:
|
||||
name: check_win
|
||||
name: firmware
|
||||
path: ./build_output
|
||||
|
||||
os-check-mac:
|
||||
@ -69,9 +69,9 @@ jobs:
|
||||
#platformio update
|
||||
- name: Run PlatformIO
|
||||
run: platformio run -e ${{ matrix.variant }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: jason2866/upload-artifact@v2.0.3
|
||||
with:
|
||||
name: check_mac
|
||||
name: firmware
|
||||
path: ./build_output
|
||||
|
||||
base-images:
|
||||
@ -134,9 +134,9 @@ jobs:
|
||||
cp ./platformio_override_sample.ini ./platformio_override.ini
|
||||
- name: Run PlatformIO
|
||||
run: platformio run -e ${{ matrix.variant }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: jason2866/upload-artifact@v2.0.3
|
||||
with:
|
||||
name: check_base-images
|
||||
name: firmware
|
||||
path: ./build_output
|
||||
|
||||
language-images:
|
||||
@ -162,7 +162,7 @@ jobs:
|
||||
#platformio update
|
||||
- name: Run PlatformIO
|
||||
run: platformio run -e ${{ matrix.variant }}-${{ matrix.language }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: jason2866/upload-artifact@v2.0.3
|
||||
with:
|
||||
name: check_languages
|
||||
name: firmware
|
||||
path: ./build_output
|
||||
|
Loading…
x
Reference in New Issue
Block a user