mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 21:56:35 +00:00
Move safeboot files in folder "firmware/firmware"
This commit is contained in:
parent
0ba224bf9a
commit
0b95779947
12
.github/workflows/Tasmota_build_devel.yml
vendored
12
.github/workflows/Tasmota_build_devel.yml
vendored
@ -247,7 +247,11 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
pattern: tasmota32*
|
pattern: tasmota32*
|
||||||
path: ./firmware
|
path: ./temp
|
||||||
|
- name: Move safeboot files
|
||||||
|
run: |
|
||||||
|
mkdir -p ./firmware/firmware
|
||||||
|
find ./temp -type f -exec cp -t ./firmware/firmware {} +
|
||||||
- name: Add SHA to footer
|
- name: Add SHA to footer
|
||||||
run: |
|
run: |
|
||||||
COMMIT_SHA_LONG=$(git rev-parse --short HEAD || echo "")
|
COMMIT_SHA_LONG=$(git rev-parse --short HEAD || echo "")
|
||||||
@ -287,7 +291,11 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
pattern: tasmota32*
|
pattern: tasmota32*
|
||||||
path: ./firmware
|
path: ./temp
|
||||||
|
- name: Move safeboot files
|
||||||
|
run: |
|
||||||
|
mkdir -p ./firmware/firmware
|
||||||
|
find ./temp -type f -exec cp -t ./firmware/firmware {} +
|
||||||
- name: Add SHA to footer
|
- name: Add SHA to footer
|
||||||
run: |
|
run: |
|
||||||
COMMIT_SHA_LONG=$(git rev-parse --short HEAD || echo "")
|
COMMIT_SHA_LONG=$(git rev-parse --short HEAD || echo "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user