diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index f7db7855c..8d8390d72 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -170,7 +170,7 @@ jobs: - name: Move safeboot files run: | mkdir -p ./firmware/firmware - find ./temp -type f -exec cp -t ./firmware/firmware {} + + find ./temp -type f -exec cp -f -t ./firmware/firmware {} + - name: Add SHA to footer run: | COMMIT_SHA_LONG=$(git rev-parse --short HEAD || echo "")